MutationCreateVenueInput
input MutationCreateVenueInput {
attachments: [Upload!]
capacity: Int
description: String
name: String!
organizationId: ID!
}
Fields
MutationCreateVenueInput.attachments ● [Upload!] list scalar
Attachments of the venue.
MutationCreateVenueInput.capacity ● Int scalar
Capacity of the venue.
MutationCreateVenueInput.description ● String scalar
Custom information about the venue.
MutationCreateVenueInput.name ● String! non-null scalar
Name of the venue.
MutationCreateVenueInput.organizationId ● ID! non-null scalar
Global identifier of the associated organization.
Member Of
createVenue mutation