Schema

Scalars

Enums

Objects

Input Objects

CaseResultIndex (OBJECT)

Provides the index of the case result amongst its peers

Schema Definition

type CaseResultIndex {   # An integer between 0 and total
index: Int!   # Number of results in total expected
total: Int! }