ResetWhiteLabelPayload
ResetWhiteLabelPayload
The output of our resetWhiteLabel 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. | |
| whiteLabel | WhiteLabel | ||
| query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `WhiteLabel`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `WhiteLabel`. | |
| fileByGlyphFileId | File | Reads a single `File` that is related to this `WhiteLabel`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `WhiteLabel`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `WhiteLabel`. | |
| whiteLabelEdge | WhiteLabelsEdge | An edge for our `WhiteLabel`. May be used by Relay 1. | |
| orderBy | [WhiteLabelsOrderBy!] | The method to use when ordering `WhiteLabel`. | |