CreateLocationInput
No description
input CreateLocationInput {
name: String!
isVirtual: Boolean
capacity: Int
category: String
boothOfExhibitors: [ID!]
clientId: String
}
Fields
CreateLocationInput.name ● String! non-null scalar
CreateLocationInput.isVirtual ● Boolean scalar
CreateLocationInput.capacity ● Int scalar
CreateLocationInput.category ● String scalar
CreateLocationInput.boothOfExhibitors ● [ID!] list scalar
Set the new location as a booth for these exhibitors
CreateLocationInput.clientId ● String scalar
Member Of
CreateLocationsInput input