OutputSelectionFragment

data class OutputSelectionFragment(val name: String, val document: String, val variables: Map<String, Any?>)(source)

A selection set rendered as a GraphQL fragment.

Constructors

Link copied to clipboard
constructor(name: String, document: String, variables: Map<String, Any?>)

Properties

Link copied to clipboard

The complete GraphQL fragment definition.

Link copied to clipboard

The name of the rendered GraphQL fragment.

Link copied to clipboard

Runtime variable bindings available to document.