Studio Service

ResetWhiteLabelPayload

ResetWhiteLabelPayload

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