OBJECT
CrAssessmentOptionLevelStatisticsConnection
A type that describes the return type for the crAssessmentOptionLevelStatistics query. CrAssessmentOptionLevelStatistics can then be accessed via nodes or edges
link GraphQL Schema definition
- type CrAssessmentOptionLevelStatisticsConnection {
- # The total number of CrAssessmentOptionLevelStatistics records available given
- # the constraints of the query.
- # An important note: This number represents the total number of records accross
- # individual requests.
- # i.e. if totalCount were 100 and the crAssessmentOptionLevelStatistics query
- # requested only 10 results via the
- # 'first' argument in the query, then you could calculate that you would need to
- # make 10 requests to get all
- # 100 records available.
- Int! :
- # A list of CrAssessmentOptionLevelStatistics entities, with the addition of a
- # cursor field that can be used to fetch subsequent pages.
- CrAssessmentOptionLevelStatisticsEdge] : [
- # A list of CrAssessmentOptionLevelStatistics entities.
- CrAssessmentOptionLevelStatistics] : [
- # Information needed to fetch subsequent pages.
- PageInfo! :
- }