class PaginationScaffolder extends PaginatedQueryCreator implements ManagerMutatorInterface, ScaffolderInterface (View source)

Traits

Injectable

Methods

__construct(string $operationName, Manager $manager, Connection $connection)

No description

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()

No description

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.

createConnection()

Connection is passed in through the constructor argument, to allow the instance to be created by the external scaffolding logic.

getConnection()

No description

mixed
resolve($value, array $args, mixed $context, ResolveInfo $info)

Invoked by the Executor class to resolve this mutation / query

string
getOperationName()

No description

$this
setOperationName(string $name)

No description

mixed
scaffold(Manager $manager)

No description

addToManager(Manager $manager)

No description

Details

__construct(string $operationName, Manager $manager, Connection $connection)

Parameters

string $operationName
Manager $manager
Connection $connection

array attributes()

Returns any fixed attributes for this type. E.g. 'name' or 'description'

Return Value

array

Type|callable type()

Gets the type for elements within this query, or callback to lazy-load this type

Return Value

Type|callable

array args()

Return Value

array

array getAttributes()

Merge all attributes for this query (type, attributes, resolvers, etc).

Return Value

array

array toArray()

Convert the Fluent instance to an array.

Return Value

array

mixed __get(string $key)

Dynamically retrieve the value of an attribute.

Parameters

string $key

Return Value

mixed

bool __isset(string $key)

Dynamically check if an attribute is set.

Parameters

string $key

Return Value

bool

Connection createConnection()

Connection is passed in through the constructor argument, to allow the instance to be created by the external scaffolding logic.

Return Value

Connection

mixed resolve($value, array $args, mixed $context, ResolveInfo $info)

Invoked by the Executor class to resolve this mutation / query

Parameters

$value
array $args
mixed $context
ResolveInfo $info

Return Value

mixed

string getOperationName()

Return Value

string

$this setOperationName(string $name)

Parameters

string $name

Return Value

$this

mixed scaffold(Manager $manager)

Parameters

Manager $manager

Return Value

mixed

addToManager(Manager $manager)

Parameters

Manager $manager