Closed marshall007 closed 5 years ago
Assuming organization is of type ID in the following example:
organization
ID
mutation { updateUser(input: { nodeId: "...", patch: { organization: null } }) { user { nodeId organization { nodeId } } } }
Assuming
organization
is of typeID
in the following example: