CreateCustomModuleFileAttachmentInput
Autogenerated input type of CreateCustomModuleFileAttachment
Fields
Used By
Definition
"""Autogenerated input type of CreateCustomModuleFileAttachment"""input CreateCustomModuleFileAttachmentInput { """ The custom module ID to attach the blob to """ custom_module_id: ID!
""" The upload ID that was returned from the createCustomModuleFileAttachmentUploadUrl mutation """ upload_id: ID!}