PaginationScaffolder
class PaginationScaffolder extends PaginatedQueryCreator implements ManagerMutatorInterface, ScaffolderInterface (View source)
Traits
Methods
Returns any fixed attributes for this type. E.g. 'name' or 'description'
Gets the type for elements within this query, or callback to lazy-load this type
Merge all attributes for this query (type, attributes, resolvers, etc).
Connection is passed in through the constructor argument, to allow the instance to be created by the external scaffolding logic.
Invoked by the Executor class to resolve this mutation / query
No description
No description
Details
__construct(string $operationName, Manager $manager, Connection $connection)
array
attributes()
Returns any fixed attributes for this type. E.g. 'name' or 'description'
Type|callable
type()
Gets the type for elements within this query, or callback to lazy-load this type
array
args()
array
getAttributes()
Merge all attributes for this query (type, attributes, resolvers, etc).
array
toArray()
Convert the Fluent instance to an array.
mixed
__get(string $key)
Dynamically retrieve the value of an attribute.
bool
__isset(string $key)
Dynamically check if an attribute is set.
Connection
createConnection()
Connection is passed in through the constructor argument, to allow the instance to be created by the external scaffolding logic.
getConnection()
mixed
resolve($value, array $args, mixed $context, ResolveInfo $info)
Invoked by the Executor class to resolve this mutation / query