Field

interface Field<Parent : GRT>(source)

A Field describes static properties of a GraphQL field

Inheritors

Properties

Link copied to clipboard
abstract val containingType: Type<Parent>

the descriptor of the type that this field is mounted on

Link copied to clipboard
abstract val name: String

the GraphQL name of this field