Skip to content

Support serialise nested object as nil  #7

Closed
@ignacio-chiazzo

Description

@ignacio-chiazzo

We have to support sending a nested object as nil so as to delete the object.

  objectUpdate(input: $input) {
        userErrors { field, message }
        object {
          id
          title
          suboject {
            id
            name
          }
        }
      }
    }

To do that we have to modify the serialise function.

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