CreateFilePayload
CreateFilePayload
The output of our createFile 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. | |
| file | File | ||
| 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 `File`. | |
| folderByFolderId | Folder | Reads a single `Folder` that is related to this `File`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `File`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `File`. | |
| commonFileByCommonFileId | CommonFile | Reads a single `CommonFile` that is related to this `File`. | |
| fileEdge | FilesEdge | An edge for our `File`. May be used by Relay 1. | |
| orderBy | [FilesOrderBy!] | The method to use when ordering `File`. | |