Studio Service

DeleteScreenNoteByIdPayload

DeleteScreenNoteByIdPayload

The output of our deleteScreenNoteById mutation.

FieldArgumentTypeDescription
clientMutationIdStringThe exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.
screenNoteScreenNote
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
screenByScreenIdScreenReads a single `Screen` that is related to this `ScreenNote`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `ScreenNote`.
orgByOrgIdOrgReads a single `Org` that is related to this `ScreenNote`.
userByCreatedByUserReads a single `User` that is related to this `ScreenNote`.
userByUpdatedByUserReads a single `User` that is related to this `ScreenNote`.
screenNoteEdgeScreenNotesEdgeAn edge for our `ScreenNote`. May be used by Relay 1.
orderBy[ScreenNotesOrderBy!]The method to use when ordering `ScreenNote`.