Skip to content

CreateCustomModuleFileAttachmentInput

Autogenerated input type of CreateCustomModuleFileAttachment

Fields

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 {
"""
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!
}