CompiledField

A compiled field from a GraphQL operation

Types

Link copied to clipboard
class Builder(val name: String, val type: CompiledType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns a String containing the name of this field as well as encoded arguments. For an example: hero({"episode": "Jedi"}) This is mostly used internally to compute records

Link copied to clipboard
Link copied to clipboard

Resolves field argument value by name. If the argument contains variables, replace them with their actual value