CreateTicketTypeInput
No description
input CreateTicketTypeInput {
name: String!
description: String
translations: [CreateTicketTypeTranslationInput!]!
eventGroupId: ID!
startsAt: DateTime!
endsAt: DateTime!
quantity: Int
priceCents: Int
isVisible: Boolean!
}
Fields
CreateTicketTypeInput.name
● String!
non-null scalar
CreateTicketTypeInput.description
● String
scalar
CreateTicketTypeInput.translations
● [CreateTicketTypeTranslationInput!]!
non-null input
CreateTicketTypeInput.eventGroupId
● ID!
non-null scalar
CreateTicketTypeInput.startsAt
● DateTime!
non-null scalar
CreateTicketTypeInput.endsAt
● DateTime!
non-null scalar
CreateTicketTypeInput.quantity
● Int
scalar
CreateTicketTypeInput.priceCents
● Int
scalar
CreateTicketTypeInput.isVisible
● Boolean!
non-null scalar
Member Of
createTicketType
mutation