Guides
Tutorials
A function resolving a GraphQL query of a collection.
interface ApiPlatform\GraphQl\Resolver\QueryCollectionResolverInterface
{
public __invoke(iterable $collection, array $context): iterable
}
interface ApiPlatform\GraphQl\Resolver\QueryCollectionResolverInterface
{
public __invoke(iterable $collection, array $context): iterable
}
public __invoke(iterable $collection, array $context): iterable
public __invoke(iterable $collection, array $context): iterable
collection | iterable | |
context | array |
iterable