CreateCustomModuleFileAttachmentInput
Autogenerated input type of CreateCustomModuleFileAttachment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of CreateCustomModuleFileAttachment"""input CreateCustomModuleFileAttachmentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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!}