CompiledField
A compiled field from a GraphQL operation
Properties
Functions
Link copied to clipboard
Resolves field argument value by name.
Link copied to clipboard
fun argumentValues(variables: Executable.Variables, filter: (CompiledArgument) -> Boolean = { true }): Map<String, ApolloJsonElement>
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 field keys / cache keys.
Link copied to clipboard
Link copied to clipboard
Resolves field argument value by name.