INPUT_OBJECT
NotifyUploadCompleteInput
Autogenerated input type of NotifyUploadComplete
link GraphQL Schema definition
- input NotifyUploadCompleteInput {
- # A unique identifier for the client performing the mutation.
- : String
- # Run the mutation with no side effects in validate-only mode. When true, the
- # inputs will be validated and errors will be returned, but the mutation will not
- # perform any actions.
- : Boolean
- # Upload key for the file upload
- : String!
- # Amazon S3 key.
- : String
- # The upload type.
- : UploadType!
- # size of the file upload
- : BigInt
- # name of the file
- : String
- # The external URL of the upload.
- : String
- # The upload's content type.
- : String
- }