Studio Service

DeleteLayoutPayload

DeleteLayoutPayload

The output of our deleteLayout 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.
layoutLayout
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Layout`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `Layout`.
userByCreatedByUserReads a single `User` that is related to this `Layout`.
userByUpdatedByUserReads a single `User` that is related to this `Layout`.
layoutEdgeLayoutsEdgeAn edge for our `Layout`. May be used by Relay 1.
orderBy[LayoutsOrderBy!]The method to use when ordering `Layout`.