AttachImageToEventProposalPayload
Autogenerated return type of AttachImageToEventProposal.
type AttachImageToEventProposalPayload {
  attachment: ActiveStorageAttachment!
  clientMutationId: String
  event_proposal: EventProposal!
}
Fields
AttachImageToEventProposalPayload.attachment ● ActiveStorageAttachment! non-null object
AttachImageToEventProposalPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AttachImageToEventProposalPayload.event_proposal ● EventProposal! non-null object
Returned By
attachImageToEventProposal  mutation