Guides
Tutorials
Deserialize stage of GraphQL resolvers.
interface ApiPlatform\GraphQl\Resolver\Stage\DeserializeStageInterface
{
public __invoke(null|object $objectToPopulate, string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $context): object
}interface ApiPlatform\GraphQl\Resolver\Stage\DeserializeStageInterface
{
public __invoke(null|object $objectToPopulate, string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $context): object
}public __invoke(null|object $objectToPopulate, string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $context): objectpublic __invoke(null|object $objectToPopulate, string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $context): object| objectToPopulate | object | |
| resourceClass | string | |
| operation | ApiPlatform\Metadata\GraphQl\Operation | |
| context | array |
object