Mutation field
stagedFileUploadCreate
Arguments
Input required to make a staged file upload.
Return fields
The newly created staged file upload.
List of errors that occurred while executing the mutation.
Types
File(interface) — Represents a file.FileMimeType(enum) — Possible MIME types for files.FileRecordGID(scalar) — A global identifier for a FileRecord object in format of ‘gid://ownright/FileRecord/ID’.ISO8601DateTime(scalar) — An ISO 8601-encoded datetimeStagedFileUpload(object) — Represents a staged file upload.StagedFileUploadCreatePayload(object) — Return type for thestagedFileUploadCreatemutation.StagedFileUploadCreateUserError(object) — An error that could occur during the execution of thestagedFileUploadCreatemutation.StagedFileUploadCreateUserErrorCode(enum) — Possible error codes that can be returned by StagedFileUploadCreateUserError.StagedFileUploadInput(input) — Input to create a staged file upload.Url(scalar) — A valid URL, transported as a string.