Guides
Tutorials
Deserialize stage of GraphQL resolvers.
class ApiPlatform\GraphQl\Resolver\Stage\DeserializeStage implements `<a href="/docs/reference/GraphQl/Resolver/Stage/DeserializeStageInterface">ApiPlatform\GraphQl\Resolver\Stage\DeserializeStageInterface</a>`
{
public __construct(Symfony\Component\Serializer\Normalizer\DenormalizerInterface $denormalizer, ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface $serializerContextBuilder)
public __invoke(null|object $objectToPopulate, string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $context): object
}
class ApiPlatform\GraphQl\Resolver\Stage\DeserializeStage implements `<a href="/docs/reference/GraphQl/Resolver/Stage/DeserializeStageInterface">ApiPlatform\GraphQl\Resolver\Stage\DeserializeStageInterface</a>`
{
public __construct(Symfony\Component\Serializer\Normalizer\DenormalizerInterface $denormalizer, ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface $serializerContextBuilder)
public __invoke(null|object $objectToPopulate, string $resourceClass, ApiPlatform\Metadata\GraphQl\Operation $operation, array $context): object
}
public __construct(Symfony\Component\Serializer\Normalizer\DenormalizerInterface $denormalizer, ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface $serializerContextBuilder)
public __construct(Symfony\Component\Serializer\Normalizer\DenormalizerInterface $denormalizer, ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface $serializerContextBuilder)
denormalizer | Symfony\Component\Serializer\Normalizer\DenormalizerInterface | |
serializerContextBuilder | ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface |
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): object
objectToPopulate | object | |
resourceClass | string | |
operation | ApiPlatform\Metadata\GraphQl\Operation | |
context | array |
object