OBJECT
Query
The query root of this schema
link GraphQL Schema definition
- type Query {
- # Arguments
- # id: [Not documented]
- (: HashId!): Audit
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: Allows to search audits by their ID or by the auditable
- # ID. Only works with exact ID's
- # dates: [Not documented]
- # order: [Not documented]
- # organizationIds: [Not documented]
- # userIds: [Not documented]
- # action: [Not documented]
- # auditableType: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : [DateRange!],
- : [GenericOrderInput!],
- : [HashId!],
- : [HashId!],
- : AuditActionEnum,
- : String
- ): AuditConnection
- # Root coupon query
- #
- # Arguments
- # identifier: [Not documented]
- # id: [Not documented]
- (: String, : HashId): Coupon
- # Root couponDefinition query
- #
- # Arguments
- # id: [Not documented]
- (: HashId!): CouponDefinition
- # Root couponDefinitions query
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # order: [Not documented]
- # archived: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : [GenericOrderInput!],
- : Boolean
- ): CouponDefinitionConnection
- # Root coupons query
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # order: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : [GenericOrderInput!]
- ): CouponConnection
- # Arguments
- # id: [Not documented]
- (: HashId!): EntryZone
- # Arguments
- # id: [Not documented]
- (: HashId!): EntryZoneGroup
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # ids: [Not documented]
- # text: [Not documented]
- # organizationIds: [Not documented]
- # productIds: [Not documented]
- # order: [Not documented]
- # archived: [Not documented]
- # hidden: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : [HashId!],
- : String,
- : [HashId!],
- : [HashId!],
- : [GenericOrderInput!],
- : Boolean,
- : Boolean
- ): EntryZoneGroupConnection
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # scanEventsDates: [Not documented]
- # archived: [Not documented]
- # order: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : [DateRange!],
- : Boolean,
- : [EntryZoneOrderInput!]
- ): EntryZoneUnionConnection
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # exactMatch: When true returns only entryZones with text
- # matches, when false returns parent EntryZones of the text matches and the
- # matches itself
- # id: [Not documented]
- # possibleChildrenFor: [Not documented]
- # possibleParentsFor: [Not documented]
- # parentIds: [Not documented]
- # archived: [Not documented]
- # order: [Not documented]
- # organizationIds: [Not documented]
- # ticketId: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : Boolean,
- : HashId,
- : HashId,
- : HashId,
- : [HashId],
- : Boolean,
- : [EntryZoneOrderInput!],
- : [HashId!],
- : HashId
- ): EntryZoneConnection
- # Root Export query
- #
- # Arguments
- # id: [Not documented]
- (: HashId!): Export
- # All Exports query, returns exports created by the user.
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # id: [Not documented]
- # order: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : HashId,
- : [GenericOrderInput!]
- ): ExportConnection
- # Root Invitation query
- #
- # Arguments
- # token: [Not documented]
- (: String!): Invitation
- # Root Invitations query
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # order: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : [GenericOrderInput!]
- ): InvitationConnection
- # Returns User that is currently logged in.
- : UserWithAuthToken
- # Arguments
- # id: [Not documented]
- (: HashId): Organization
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # scanEventsDates: [Not documented]
- # exactMatch: When true returns only organizations with text
- # matches, when false returns parent organizations of the text matches and the
- # matches itself
- # archived: [Not documented]
- # order: [Not documented]
- # root: When true returns only organizations that do not have any
- # parent organization accessible by the current user.
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : [DateRange!],
- : Boolean,
- : Boolean,
- : [OrganizationOrderInput!],
- : Boolean
- ): OrganizationUnionConnection
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # exactMatch: When true returns only organizations with text
- # matches, when false returns parent organizations of the text matches and the
- # matches itself
- # identifier: [Not documented]
- # id: list sub organization based on parent id
- # archived: [Not documented]
- # order: [Not documented]
- # root: When true returns only organizations that do not have any
- # parent organization accessible by the current user.
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : Boolean,
- : String,
- : HashId,
- : Boolean,
- : [OrganizationOrderInput!],
- : Boolean
- ): OrganizationConnection
- # Arguments
- # id: [Not documented]
- (: HashId!): Product
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # scanEventsDates: [Not documented]
- # archived: [Not documented]
- # order: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : [DateRange!],
- : Boolean,
- : [ProductOrderInput!]
- ): ProductUnionConnection
- # Arguments
- # id: [Not documented]
- (: HashId!): ProductVariant
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # id: [Not documented]
- # archived: [Not documented]
- # order: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : HashId,
- : Boolean,
- : [ProductVariantOrderInput!]
- ): ProductVariantConnection
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # id: [Not documented]
- # archived: [Not documented]
- # order: [Not documented]
- # organizationIds: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : HashId,
- : Boolean,
- : [ProductOrderInput!],
- : [HashId!]
- ): ProductConnection
- # Arguments
- # id: [Not documented]
- (: HashId!): ScanEvent
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # id: [Not documented]
- # details: [Not documented]
- # kind: [Not documented]
- # info: [Not documented]
- # relatesToTicket: [Not documented]
- # ticketId: [Not documented]
- # visitors: When set to true all scan events related to product
- # with count_as_visitors = false are filtered out.
- # order: [Not documented]
- # dates: [Not documented]
- # productName: [Not documented]
- # productVariantName: [Not documented]
- # entryZoneIds: [Not documented]
- # scannedAt: [Not documented]
- # entryZoneOrganizationIds: [Not documented]
- # productOrganizationIds: [Not documented]
- # organizationIds: [Not documented]
- # productIds: [Not documented]
- # productVariantIds: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : HashId,
- : ScanEventDetailsEnum,
- : ScanEventKindEnum,
- : Boolean,
- : Boolean,
- : HashId,
- : Boolean,
- : [GenericOrderInput!],
- : [DateRange!],
- : String,
- : String,
- : [HashId!],
- : TimeRange,
- : [HashId!],
- : [HashId!],
- : [HashId!],
- : [HashId!],
- : [HashId!]
- ): ScanEventConnection
- # Root ticket query
- #
- # Arguments
- # identifier: [Not documented]
- # id: [Not documented]
- (: String, : HashId): Ticket
- # Arguments
- # id: [Not documented]
- (: HashId!): TicketBatch
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # id: [Not documented]
- # archived: [Not documented]
- # order: [Not documented]
- # organizationIds: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : HashId,
- : Boolean,
- : [GenericOrderInput!],
- : [HashId!]
- ): TicketBatchConnection
- # Keys used needed to unencrypt encrypted tickets.
- : [Base64!]!
- # Keys used for verifying encrypted tickets.
- : [Base64!]!
- # All Tickets query
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # productName: [Not documented]
- # productVariantName: [Not documented]
- # productKind: [Not documented]
- # creatorIds: [Not documented]
- # id: [Not documented]
- # invalidated: [Not documented]
- # order: [Not documented]
- # batchGenerationNumber: [Not documented]
- # batchId: [Not documented]
- # dates: [Not documented]
- # productIds: [Not documented]
- # organizationIds: [Not documented]
- # productOrganizationIds: [Not documented]
- # significantScannedDates: [Not documented]
- # validUntilDates: filter by valid until dates, use to consider
- # expired tickets
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : String,
- : String,
- : ProductKindEnum,
- : [HashId!],
- : HashId,
- : Boolean,
- : [GenericOrderInput!],
- : Int,
- : HashId,
- : [DateRange!],
- : [HashId!],
- : [HashId!],
- : [HashId!],
- : [DateRange!],
- : [DateRange!]
- ): TicketConnection
- # Query providing usage data used for billing API users.
- #
- # Arguments
- # dates: [Not documented]
- # organizationIds: [Not documented]
- # info: [Not documented]
- # details: [Not documented]
- # kind: [Not documented]
- # visitors: When set to true all scan events related to product
- # with count_as_visitors = false are filtered out.
- # entryZoneOrganizationIds: [Not documented]
- (
- : [DateRange!],
- : [HashId!],
- : Boolean,
- : ScanEventDetailsEnum,
- : ScanEventKindEnum,
- : Boolean,
- : [HashId!]
- ): UsageDashboard!
- # Arguments
- # id: [Not documented]
- (: HashId!): User
- # Arguments
- # input: [Not documented]
- (: UserValidateInput!): Validation
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # text: [Not documented]
- # id: [Not documented]
- # order: [Not documented]
- # serviceAccount: [Not documented]
- # canQueryForEntryZone: [Not documented]
- # organizationIds: [Not documented]
- # archived: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : HashId,
- : [UserOrderInput!],
- : Boolean,
- : HashId,
- : [HashId!],
- : Boolean
- ): UserConnection
- }
link Require by
This element is not required by anyone