issues
search
overblog
/
GraphQLBundle
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
788
stars
222
forks
source link
Cleanup Input default value and Fix #1171
#1172
Closed
Vincz
closed
7 months ago
Vincz
commented
8 months ago
Q
A
Bug fix?
kind of
New feature?
yes
BC breaks?
no
Deprecations?
yes
Tests pass?
yes
Documented?
yes
Fixed tickets
#1171
License
MIT
Handle default value on Input field and introduce a new attribute #[InputField]
Update docs with example with attributes instead of annotation
Rename
default
to
defaultValue
to be consistent in #[GQL\Arg] attribute (and deprecate the old one)
default
todefaultValue
to be consistent in #[GQL\Arg] attribute (and deprecate the old one)