OBJECT
ContinuingEducationTopic
link GraphQL Schema definition
- type ContinuingEducationTopic {
- # The id of the backing Topic
- : ID!
- # The name value for the backing Topic
- : String!
- # The id of the backing LicenseRequirementTopic
- : ID!
- : LicenseRequirementTopic!
- : Float!
- : Float!
- : Float!
- : CertifyingBoardCeUnit!
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # before: [Not documented]
- # last: [Not documented]
- (: Cursor, : Int, : Cursor, : Int): PostConnection!
- : ID!
- : Int!
- : String!
- : String!
- : Boolean!
- : Boolean!
- # True if the user is actively tracking this topic (if the user has opted in to
- # tracking)
- : Boolean!
- : [String!]!
- : [Int!]!
- }