Field

data class Field(val name: String) : GraphQLPathSegment(source)

A named object field on the response path.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The field name as it appears in the GraphQL response.