CreateMembershipContactStoreLocationInput
Defines the input for creating a new location for a membership contact store.
input CreateMembershipContactStoreLocationInput {
allowCheckInForEventStream: Boolean
comment: String
membershipContactStoreId: ID!
name: String!
uniqueCode: String
}
Fields
CreateMembershipContactStoreLocationInput.allowCheckInForEventStream
● Boolean
scalar
A flag indicating whether the location can be used for an EventStream check in. Optional.
The default value is false
.
CreateMembershipContactStoreLocationInput.comment
● String
scalar
A UTF-8 string comment for the location. Optional.
CreateMembershipContactStoreLocationInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the location is associated with.
CreateMembershipContactStoreLocationInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the location.
CreateMembershipContactStoreLocationInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the location. Optional.
The value must be unique across all locations for a membership contact store.
Member Of
createMembershipContactStoreLocation
mutation