CreateCustomModuleFileAttachmentUploadUrlInput
Autogenerated input type of CreateCustomModuleFileAttachmentUploadUrl
Fields
Used By
Definition
"""Autogenerated input type of CreateCustomModuleFileAttachmentUploadUrl"""input CreateCustomModuleFileAttachmentUploadUrlInput { """ The ID of the custom module to attach the file to """ custom_module_id: ID!
""" The name of the file to upload """ filename: String!
""" The size of the file in bytes """ byte_size: Int!
""" The base64 encoded MD5 checksum of the file. This is used to verify the integrity of the file on upload. """ checksum: String!
""" The MIME type of the file """ content_type: String!}