UploadFileInput
Autogenerated input type of UploadFile
input UploadFileInput {
base64EncodedFile: String!
clientMutationId: String
fileName: String!
public: Boolean!
}
Fields
UploadFileInput.base64EncodedFile ● String! non-null scalar
UploadFileInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UploadFileInput.fileName ● String! non-null scalar
UploadFileInput.public ● Boolean! non-null scalar
Member of
uploadFile mutation