Skip to content

CreateCustomModuleFileAttachmentInput

Autogenerated input type of CreateCustomModuleFileAttachment

Fields

deprecated DO NOT USE
custom_module_id · ID! · required · The custom module ID to attach the blob to
upload_id · ID! · required · The upload ID that was returned from the createCustomModuleFileAttachmentUploadUrl mutation

Used 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!
}