Skip to content

Custom Argument class #326

@sylfabre

Description

@sylfabre
Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
Version/Branch 0.11

A mutation config defines the fields expected by the mutation and thus the resolver.
The resolver receives a generic Overblog\GraphQLBundle\Definition\Argument which does not map these fields to PHP class properties.

We could use expression language like [args['myField'], args['myOtherField']] but it's kind of a duplicate of the fields list.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions