OBJECT
RootQueryType
link GraphQL Schema definition
- type RootQueryType {
- # Fetch a charge by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Charge
- # Fetch all charges
- #
- # Arguments
- # pagination: [Not documented]
- (: Pagination): [Charge]
- # Fetch all companies in your account
- #
- # Arguments
- # dateFilters: [Not documented]
- # filter: Deprecated - Use filters instead
- # filters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : CompanyFilter,
- : CompanyFilter,
- : Pagination
- ): [Company]
- # Fetch a company by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Company
- # Fetch a customer. A customer is the object that link a trainee or a company to a
- # training_session.
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Customer
- # Fetch all customers. A customer is the object that link a trainee or a company
- # to a training_session.
- #
- # Arguments
- # dateFilters: [Not documented]
- # filters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : CustomerFilter,
- : Pagination
- ): [Customer]
- # Fetch an embed by id (a URL in an e-learning module)
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Embed
- # Fetch all funding agencies
- #
- # Arguments
- # dateFilters: [Not documented]
- # filter: Deprecated - Use filters instead
- # filters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : FundingAgencyFilter,
- : FundingAgencyFilter,
- : Pagination
- ): [FundingAgency]
- # Fetch a funding agency by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): FundingAgency
- # A grade by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Grade
- # HtmlDoc by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): HtmlDoc
- # Fetch an instructor by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Instructor
- # Fetch all instructors in your account
- #
- # Arguments
- # dateFilters: [Not documented]
- # filter: Deprecated - Use filters instead
- # filters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : InstructorFilter,
- : InstructorFilter,
- : Pagination
- ): [Instructor]
- # Fetch an invoice by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Invoice
- # Fetch all invoices
- #
- # Arguments
- # dateFilters: [Not documented]
- # filter: Deprecated - Use filters instead
- # filters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : InvoiceFilter,
- : InvoiceFilter,
- : Pagination
- ): [Invoice]
- # Fetch a livestream by id (a video live stream in an e-learning module)
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Livestream
- # Fetch a manager
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Subuser
- # Fetch all managers
- #
- # Arguments
- # pagination: [Not documented]
- (: Pagination): [Subuser]
- # Fetch all marketplace categories
- #
- # Arguments
- # parent: [Not documented]
- # root: [Not documented]
- (: String, : Boolean): [MarketplaceCategory]
- # Fetch a module by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Module
- # Fetch a pending evaluation by id and trainee_id
- #
- # Arguments
- # id: [Not documented]
- # traineeId: [Not documented]
- (: ID!, : ID): PendingEvaluation
- : [PipelineState]
- # Fetch a program by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Program
- # Fetch all categories of programs
- : [ProgramCategory]
- # Fetch the category of a program by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): ProgramCategory
- : [BpfCategory]
- # Arguments
- # filter: Filter by parent specialty (ie: 100 or 130)
- (: String): [BpfCategory]
- # Arguments
- # code: [Not documented]
- (: String!): BpfCategory
- # Fetch all programs
- #
- # Arguments
- # dateFilters: [Not documented]
- # filter: Deprecated - Use filters instead
- # filters: [Not documented]
- # pagination: [Not documented]
- # rootLevelOnly: Deprecated - Use rootLevelOnly in filters
- # instead
- (
- : DateFilter,
- : ProgramFilter,
- : ProgramFilter,
- : Pagination,
- : Boolean
- ): [Program]
- # Fetch a quotation by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Quotation
- # Fetch all quotations
- #
- # Arguments
- # pagination: [Not documented]
- (: Pagination): [Quotation]
- # Fetch all catalog registrations
- #
- # Arguments
- # dateFilters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : Pagination
- ): [Registration]
- # Fetch all marketplace registrations
- #
- # Arguments
- # dateFilters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : Pagination
- ): [Registration]
- # Fetch all public registrations
- #
- # Arguments
- # dateFilters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : Pagination
- ): [RegistrationTraineeTrainingSession]
- # Fetch a room by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Room
- # Fetch all rooms
- #
- # Arguments
- # pagination: [Not documented]
- (: Pagination): [Room]
- # Fetch task lists
- #
- # Arguments
- # filters: [Not documented]
- (: ChecklistFilter): [Checklist]
- # Fetch terms of service
- : TermsOfService
- # A trainee by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): Trainee
- # All trainees
- #
- # Arguments
- # dateFilters: [Not documented]
- # filter: Deprecated - Use filters instead
- # filters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : TraineeFilter,
- : TraineeFilter,
- : Pagination
- ): [Trainee]
- # Fetch a training session by id
- #
- # Arguments
- # id: [Not documented]
- (: ID!): TrainingSession
- # Arguments
- # id: [Not documented]
- (: ID!): TrainingSessionSlot
- # Fetch all training sessions
- #
- # Arguments
- # dateFilters: [Not documented]
- # filters: [Not documented]
- # pagination: [Not documented]
- (
- : DateFilter,
- : TrainingSessionFilters,
- : Pagination
- ): [TrainingSession]
- }
link Require by
This element is not required by anyone