Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.
This repository was archived by the owner on May 10, 2018. It is now read-only.

Support the special single element version of lists #10

@sorenbs

Description

@sorenbs

GraphQL support single element lists to be written as if they were an object. Ie, these are equivalent:

data: { progress: { create: [{ message }] } }
data: { progress: { create: { message } } }

It would be great if the generated binding could support this as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions