Guides
Tutorials
Builds the context used by the Symfony Serializer.
interface ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface
{
public create(string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $resolverContext, bool $normalization): array
}interface ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface
{
public create(string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $resolverContext, bool $normalization): array
}public create(string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $resolverContext, bool $normalization): arraypublic create(string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $resolverContext, bool $normalization): array| resourceClass | string | |
| operation | ApiPlatform\Metadata\GraphQl\Operation | |
| resolverContext | array | |
| normalization | bool |
array