CreateFontPayload
CreateFontPayload
The output of our createFont 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. | |
| font | Font | ||
| 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 `Font`. | |
| fileByRegularFileId | File | Reads a single `File` that is related to this `Font`. | |
| fileByBoldFileId | File | Reads a single `File` that is related to this `Font`. | |
| fileByItalicFileId | File | Reads a single `File` that is related to this `Font`. | |
| fileByBoldItalicFileId | File | Reads a single `File` that is related to this `Font`. | |
| fileByThumbnailFileId | File | Reads a single `File` that is related to this `Font`. | |
| commonFontByCommonFontId | CommonFont | Reads a single `CommonFont` that is related to this `Font`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Font`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Font`. | |
| fontEdge | FontsEdge | An edge for our `Font`. May be used by Relay 1. | |
| orderBy | [FontsOrderBy!] | The method to use when ordering `Font`. | |