Argument |
src/GraphQL/Resolver/Argument.php |
Resolves by an argument name lookup. |
Callback |
src/GraphQL/Resolver/Callback.php |
Resolves by invoking a callback for the field. |
Composite |
src/GraphQL/Resolver/Composite.php |
Resolves by calling a chain of resolvers after each other. |
Condition |
src/GraphQL/Resolver/Condition.php |
Conditional resolver. |
Context |
src/GraphQL/Resolver/Context.php |
Resolves a context value with default value support. |
DefaultValue |
src/GraphQL/Resolver/DefaultValue.php |
Default value resolver. |
Map |
src/GraphQL/Resolver/Map.php |
Execute a resolver for each item in the given list. |
ParentValue |
src/GraphQL/Resolver/ParentValue.php |
Resolves to the current value, which is the parent of the field. |
Path |
src/GraphQL/Resolver/Path.php |
Resolves a property path. |
ResolverInterface |
src/GraphQL/Resolver/ResolverInterface.php |
Defines how to resolve a value for a given field. |
SourceContext |
src/GraphQL/Resolver/SourceContext.php |
Resolves by setting the value as context with the given name. |
Tap |
src/GraphQL/Resolver/Tap.php |
Resolves by forwarding to another resolver. |
Value |
src/GraphQL/Resolver/Value.php |
Resolves by returning the fixed value itself. |