Schema

Scalars

Enums

Objects

Input Objects

CaseResultIndex (OBJECT)

Provides the index of the case result amongst its peers

Schema Definition

type CaseResultIndex {   # The index of the case result amongst its peers.
index: Int!   # The total number of results expected.
total: Int! }