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