DefaultResolver
class DefaultResolver (View source)
Default field resolver for any type
Methods
public static
mixed|null
defaultFieldResolver($source, $args, $context, ResolveInfo $info)
Note: this is copied and pasted from Executor::defaultFieldResolver(), but migrated out of thirdparty so it will be easy to update if we need to.
Details
static mixed|null
defaultFieldResolver($source, $args, $context, ResolveInfo $info)
Note: this is copied and pasted from Executor::defaultFieldResolver(), but migrated out of thirdparty so it will be easy to update if we need to.
static
noop($obj)
No description