ResolveInfo

Properties

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

the fields being resolved. Because there may be merged fields, this is a list, but they will all share the same information except for sub selections.

Link copied to clipboard

the object returned by the resolver.

Link copied to clipboard

the type of the parent object. Always a concrete object type.

Link copied to clipboard
val path: List<Any>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> getArgument(name: String): Optional<T>

Returns the argument for name. It is the caller responsibility to use a type parameter T matching the expected argument type. If not, getArgument may succeed but subsequent calls may fail with ClassCastException.

Link copied to clipboard