OBJECT
RootQueryType
link GraphQL Schema definition
- type RootQueryType {
- : String
- : User
- # Arguments
- # id: [Not documented]
- # organizationUnitId: [Not documented]
- (: UUID!, : UUID!): User
- # Get sales for productivity report
- #
- # Arguments
- # input: [Not documented]
- (
- : ProductivityReportInput!
- ): [ReportingSaleForProductivity!]!
- # Arguments
- # id: [Not documented]
- # rootOrganizationUnitId: [Not documented]
- (: UUID!, : UUID!): User
- # Get sales for tax report
- #
- # Arguments
- # input: [Not documented]
- (: TaxReportInput!): [ReportingSaleForTax!]!
- # Arguments
- # id: [Not documented]
- (: UUID!): SystemUpdates
- # Get sales for graph report
- #
- # Arguments
- # input: [Not documented]
- (: ReportInput!): [ReportingSaleForGraph!]!
- # Arguments
- # organizationUnitId: [Not documented]
- # pagination: [Not documented]
- (
- : UUID!,
- : PaginationInput
- ): PaginatedAnnouncements
- # Get sales per discount report
- #
- # Arguments
- # input: [Not documented]
- (: DiscountReportInput!): [ReportingSalePerDiscount!]!
- # Arguments
- # itemId: [Not documented]
- # pagination: [Not documented]
- (: UUID!, : PaginationInput): PaginatedMenuCombos
- # Get sales per payment method report
- #
- # Arguments
- # input: [Not documented]
- (
- : PaymentMethodReportInput!
- ): [ReportingSalePerPaymentMethod!]!
- # Arguments
- # filter: [Not documented]
- # pagination: [Not documented]
- (: UserFilterInput!, : PaginationInput): PaginatedUsers
- # Get sales for fees report
- #
- # Arguments
- # input: [Not documented]
- (: SalesReportInput!): [ReportingSaleForFee!]!
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuItem
- # Arguments
- # id: [Not documented]
- (: UUID!): Department
- : [OrganizationUnit]
- # Arguments
- # id: [Not documented]
- (: UUID!): Menu
- # Get sales per order type report
- #
- # Arguments
- # input: [Not documented]
- (: OrderTypeReportInput!): [ReportingSalePerOrderType!]!
- # Get a reporting datetime boundary.
- #
- # Arguments
- # input: [Not documented]
- (
- : OrganizationDatetimeBoundaryInput!
- ): OrganizationReportingBoundary!
- # Arguments
- # pagination: [Not documented]
- (: PaginationInput): PaginatedChangelog
- # Arguments
- # prefix: [Not documented]
- (: String!): [BankInformation]
- # Get a report
- #
- # Arguments
- # input: [Not documented]
- (: ReportInput!): Report
- # Arguments
- # pin: [Not documented]
- (: String!): Int
- # Arguments
- # id: [Not documented]
- (: UUID!): PartnerApplication
- # Arguments
- # rootOrgUnitId: [Not documented]
- (: UUID!): [Department]
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuModifier
- : [String]
- # Get an overview report
- #
- # Arguments
- # input: [Not documented]
- (: ReportInput!): OverviewReport
- # Invitations
- #
- # Arguments
- # filter: [Not documented]
- # rootOrganizationUnitId: [Not documented]
- (
- : InvitationFilterInput,
- : UUID!
- ): [Invitation]
- # Arguments
- # id: [Not documented]
- (: UUID!): OrganizationUnit
- # Get sales for table report
- #
- # Arguments
- # input: [Not documented]
- (: ReportInput!): PaginatedReportingSalesForTable!
- # Arguments
- # id: [Not documented]
- (: UUID!): Order
- # Arguments
- # input: [Not documented]
- (
- : AuthenticateIntegrationInput!
- ): [Configuration]
- # Arguments
- # input: [Not documented]
- (: ManagedLocationsInput!): [ManagedLocation]
- # Validates the given token
- #
- # Arguments
- # token: [Not documented]
- (: String): Boolean
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuCombo
- # Arguments
- # title: [Not documented]
- (: String!): PaginatedMenus
- : [ReportingSaleForGraph!]!
- }
link Require by
This element is not required by anyone