DeleteScreenNoteByIdPayload
DeleteScreenNoteByIdPayload
The output of our deleteScreenNoteById
mutation.
Field | Argument | Type | Description |
---|---|---|---|
clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
screenNote | ScreenNote | ||
query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
screenByScreenId | Screen | Reads a single `Screen` that is related to this `ScreenNote`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `ScreenNote`. | |
orgByOrgId | Org | Reads a single `Org` that is related to this `ScreenNote`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `ScreenNote`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `ScreenNote`. | |
screenNoteEdge | ScreenNotesEdge | An edge for our `ScreenNote`. May be used by Relay 1. | |
orderBy | [ScreenNotesOrderBy!] | The method to use when ordering `ScreenNote`. |