OBJECT

Query

The query root of this schema

link GraphQL Schema definition

  • type Query {
  • # Arguments
  • # id: [Not documented]
  • audit(id: 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]
  • audits(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • dates: [DateRange!],
  • order: [GenericOrderInput!],
  • organizationIds: [HashId!],
  • userIds: [HashId!],
  • action: AuditActionEnum,
  • auditableType: String
  • ): AuditConnection
  • # Root coupon query
  • #
  • # Arguments
  • # identifier: [Not documented]
  • # id: [Not documented]
  • coupon(identifier: String, id: HashId): Coupon
  • # Root couponDefinition query
  • #
  • # Arguments
  • # id: [Not documented]
  • couponDefinition(id: 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]
  • couponDefinitions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • order: [GenericOrderInput!],
  • archived: 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]
  • coupons(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • order: [GenericOrderInput!]
  • ): CouponConnection
  • # Arguments
  • # id: [Not documented]
  • entryZone(id: HashId!): EntryZone
  • # Arguments
  • # id: [Not documented]
  • entryZoneGroup(id: 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]
  • entryZoneGroups(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • ids: [HashId!],
  • text: String,
  • organizationIds: [HashId!],
  • productIds: [HashId!],
  • order: [GenericOrderInput!],
  • archived: Boolean,
  • hidden: 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]
  • entryZoneUnions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • scanEventsDates: [DateRange!],
  • archived: Boolean,
  • order: [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]
  • entryZones(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • exactMatch: Boolean,
  • id: HashId,
  • possibleChildrenFor: HashId,
  • possibleParentsFor: HashId,
  • parentIds: [HashId],
  • archived: Boolean,
  • order: [EntryZoneOrderInput!],
  • organizationIds: [HashId!],
  • ticketId: HashId
  • ): EntryZoneConnection
  • # Root Export query
  • #
  • # Arguments
  • # id: [Not documented]
  • export(id: 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]
  • exports(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • id: HashId,
  • order: [GenericOrderInput!]
  • ): ExportConnection
  • # Root Invitation query
  • #
  • # Arguments
  • # token: [Not documented]
  • invitation(token: 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]
  • invitations(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • order: [GenericOrderInput!]
  • ): InvitationConnection
  • # Returns User that is currently logged in.
  • me: UserWithAuthToken
  • # Arguments
  • # id: [Not documented]
  • organization(id: 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.
  • organizationUnions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • scanEventsDates: [DateRange!],
  • exactMatch: Boolean,
  • archived: Boolean,
  • order: [OrganizationOrderInput!],
  • root: 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.
  • organizations(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • exactMatch: Boolean,
  • identifier: String,
  • id: HashId,
  • archived: Boolean,
  • order: [OrganizationOrderInput!],
  • root: Boolean
  • ): OrganizationConnection
  • # Arguments
  • # id: [Not documented]
  • product(id: 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]
  • productUnions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • scanEventsDates: [DateRange!],
  • archived: Boolean,
  • order: [ProductOrderInput!]
  • ): ProductUnionConnection
  • # Arguments
  • # id: [Not documented]
  • productVariant(id: 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]
  • productVariants(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • id: HashId,
  • archived: Boolean,
  • order: [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]
  • products(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • id: HashId,
  • archived: Boolean,
  • order: [ProductOrderInput!],
  • organizationIds: [HashId!]
  • ): ProductConnection
  • # Arguments
  • # id: [Not documented]
  • scanEvent(id: 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]
  • scanEvents(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • id: HashId,
  • details: ScanEventDetailsEnum,
  • kind: ScanEventKindEnum,
  • info: Boolean,
  • relatesToTicket: Boolean,
  • ticketId: HashId,
  • visitors: Boolean,
  • order: [GenericOrderInput!],
  • dates: [DateRange!],
  • productName: String,
  • productVariantName: String,
  • entryZoneIds: [HashId!],
  • scannedAt: TimeRange,
  • entryZoneOrganizationIds: [HashId!],
  • productOrganizationIds: [HashId!],
  • organizationIds: [HashId!],
  • productIds: [HashId!],
  • productVariantIds: [HashId!]
  • ): ScanEventConnection
  • # Root ticket query
  • #
  • # Arguments
  • # identifier: [Not documented]
  • # id: [Not documented]
  • ticket(identifier: String, id: HashId): Ticket
  • # Arguments
  • # id: [Not documented]
  • ticketBatch(id: 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]
  • ticketBatches(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • id: HashId,
  • archived: Boolean,
  • order: [GenericOrderInput!],
  • organizationIds: [HashId!]
  • ): TicketBatchConnection
  • # Keys used needed to unencrypt encrypted tickets.
  • ticketEncryptionKeys: [Base64!]!
  • # Keys used for verifying encrypted tickets.
  • ticketSigningatureVerifyKeys: [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
  • tickets(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • productName: String,
  • productVariantName: String,
  • productKind: ProductKindEnum,
  • creatorIds: [HashId!],
  • id: HashId,
  • invalidated: Boolean,
  • order: [GenericOrderInput!],
  • batchGenerationNumber: Int,
  • batchId: HashId,
  • dates: [DateRange!],
  • productIds: [HashId!],
  • organizationIds: [HashId!],
  • productOrganizationIds: [HashId!],
  • significantScannedDates: [DateRange!],
  • validUntilDates: [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]
  • usageDashboard(
  • dates: [DateRange!],
  • organizationIds: [HashId!],
  • info: Boolean,
  • details: ScanEventDetailsEnum,
  • kind: ScanEventKindEnum,
  • visitors: Boolean,
  • entryZoneOrganizationIds: [HashId!]
  • ): UsageDashboard!
  • # Arguments
  • # id: [Not documented]
  • user(id: HashId!): User
  • # Arguments
  • # input: [Not documented]
  • userValidate(input: 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]
  • users(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • text: String,
  • id: HashId,
  • order: [UserOrderInput!],
  • serviceAccount: Boolean,
  • canQueryForEntryZone: HashId,
  • organizationIds: [HashId!],
  • archived: Boolean
  • ): UserConnection
  • }

link Require by

This element is not required by anyone