AttachImageToEventPayload
Autogenerated return type of AttachImageToEvent.
type AttachImageToEventPayload {
attachment: ActiveStorageAttachment!
clientMutationId: String
event: Event!
}
Fields
AttachImageToEventPayload.attachment
● ActiveStorageAttachment!
non-null object
AttachImageToEventPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AttachImageToEventPayload.event
● Event!
non-null object
Returned By
attachImageToEvent
mutation