CreateFolderPayload
CreateFolderPayload
The output of our createFolder 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. | |
| folder | Folder | ||
| 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 `Folder`. | |
| folderByParentId | Folder | Reads a single `Folder` that is related to this `Folder`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Folder`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Folder`. | |
| folderEdge | FoldersEdge | An edge for our `Folder`. May be used by Relay 1. | |
| orderBy | [FoldersOrderBy!] | The method to use when ordering `Folder`. | |