Studio Service

DeleteFileByIdPayload

DeleteFileByIdPayload

The output of our deleteFileById 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.
fileFile
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `File`.
folderByFolderIdFolderReads a single `Folder` that is related to this `File`.
userByCreatedByUserReads a single `User` that is related to this `File`.
userByUpdatedByUserReads a single `User` that is related to this `File`.
commonFileByCommonFileIdCommonFileReads a single `CommonFile` that is related to this `File`.
fileEdgeFilesEdgeAn edge for our `File`. May be used by Relay 1.
orderBy[FilesOrderBy!]The method to use when ordering `File`.