AttachImageToEventInput
Autogenerated input type of AttachImageToEvent
input AttachImageToEventInput {
clientMutationId: String
id: ID
signedBlobId: ID!
}
Fields
AttachImageToEventInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AttachImageToEventInput.id
● ID
scalar
AttachImageToEventInput.signedBlobId
● ID!
non-null scalar
Member Of
attachImageToEvent
mutation