MaxAgeContext

class MaxAgeContext(val fieldPath: List<MaxAgeContext.Field>)

Constructors

Link copied to clipboard
constructor(fieldPath: List<MaxAgeContext.Field>)

Types

Link copied to clipboard
class Field(val name: String, val type: MaxAgeContext.Type)
Link copied to clipboard
class Type(val name: String, val isComposite: Boolean, val implements: List<MaxAgeContext.Type>)

Properties

Link copied to clipboard

The path of the field to get the max age of. The first element is the root object, the last element is the field to get the max age of.