MutationCreateGetfileUrlInput
Input for getting a presigned URL for file download
input MutationCreateGetfileUrlInput {
objectName: String
organizationId: ID!
}
Fields
MutationCreateGetfileUrlInput.objectName ● String scalar
Name of the object to be downloaded
MutationCreateGetfileUrlInput.organizationId ● ID! non-null scalar
ID of the organization the file belongs to
Member Of
createGetfileUrl mutation