OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # id: [Not documented]
- (: Int): QuizType
- # Arguments
- # id: [Not documented]
- (: Int): TraineeType
- : DjangoDebug
- # Arguments
- # id: [Not documented]
- (: Int): UserType
- # Arguments
- # id: [Not documented]
- (: Int): UserType
- # Arguments
- # orgId: [Not documented]
- (: Int): [UserType]
- # Arguments
- # id: [Not documented]
- (: Int): TrainingType
- # Arguments
- # orgId: [Not documented]
- (: Int): [TrainingType]
- : [TrainingType]
- : CourseType
- # Arguments
- # courseId: [Not documented]
- (: Int): [TrainingType]
- # Arguments
- # trainingId: [Not documented]
- (: Int!): Int
- # Arguments
- # trainingIds: [Not documented]
- # userId: [Not documented]
- (
- : [Int],
- : Int
- ): SessionStats
- # Arguments
- # trainingIds: [Not documented]
- # category: [Not documented]
- # userId: [Not documented]
- (
- : [Int],
- : String,
- : Int
- ): [TrainingStats]
- # Arguments
- # id: [Not documented]
- (: Int): SessionType
- : SessionType
- # Arguments
- # first: [Not documented]
- # skip: [Not documented]
- (: Int, : Int): [SessionType]
- # Arguments
- # limit: [Not documented]
- (: Int): [LatestActivity]
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- # trainingId: [Not documented]
- # userId: [Not documented]
- (
- : Date,
- : Date,
- : Int,
- : Int
- ): [UserRangeActivity]
- # Arguments
- # startDate: [Not documented]
- # endDate: [Not documented]
- (
- : Date,
- : Date
- ): Int
- # Arguments
- # trainingId: [Not documented]
- # courseId: [Not documented]
- # sessionId: [Not documented]
- # eventCategory: [Not documented]
- (
- : Int,
- : Int,
- : Int,
- : Int
- ): [ErrorStats]
- # Arguments
- # orgId: [Not documented]
- (: Int!): Int
- # Arguments
- # courseId: [Not documented]
- (: Int!): Int
- # Arguments
- # trainingId: [Not documented]
- (
- : Int!
- ): Int
- # Arguments
- # orgId: [Not documented]
- (: Int!): Int
- # Arguments
- # courseId: [Not documented]
- (
- : Int!
- ): Int
- # Arguments
- # trainingId: [Not documented]
- (
- : Int!
- ): Int
- # Arguments
- # orgId: [Not documented]
- (: Int!): Int
- # Arguments
- # trainingId: [Not documented]
- (: Int): TotalPerDay
- # Arguments
- # id: [Not documented]
- (: Int): OrganizationType
- : OrganizationType
- : [OrganizationType]
- # Arguments
- # orgId: [Not documented]
- (: Int): Int
- # Arguments
- # orgId: [Not documented]
- (: Int): Float
- # Arguments
- # orgId: [Not documented]
- # userId: [Not documented]
- (
- : Int,
- : Int
- ): [TrainingTimeSpent]
- # Arguments
- # orgId: [Not documented]
- # userId: [Not documented]
- (
- : Int,
- : Int
- ): [TrainingSessionCount]
- : [TrainingStats]
- # Arguments
- # id: [Not documented]
- (: Int): EventType
- : [EventType]
- # Arguments
- # id: [Not documented]
- (: Int): CourseType
- : CourseType
- : [CourseType]
- # Arguments
- # orgId: [Not documented]
- (: Int): [CourseType]
- # Arguments
- # courseId: [Not documented]
- (: Int): Float
- # Arguments
- # courseId: [Not documented]
- # category: [Not documented]
- (
- : Int,
- : String
- ): [TrainingStats]
- # Arguments
- # courseId: [Not documented]
- (: Int): [UserType]
- # Arguments
- # courseId: [Not documented]
- (: Int): SessionStats
- : UserNode
- # The ID of the object
- #
- # Arguments
- # id: [Not documented]
- (: ID!): UserNode
- # Arguments
- # offset: [Not documented]
- # before: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # email: [Not documented]
- # username: [Not documented]
- # username_Icontains: [Not documented]
- # username_Istartswith: [Not documented]
- # isActive: [Not documented]
- # status_Archived: [Not documented]
- # status_Verified: [Not documented]
- # status_SecondaryEmail: [Not documented]
- (
- : Int,
- : String,
- : String,
- : Int,
- : Int,
- : String,
- : String,
- : String,
- : String,
- : Boolean,
- : Boolean,
- : Boolean,
- : String
- ): UserNodeConnection
- }
link Require by
This element is not required by anyone