mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
Documentation fix (#499)
This commit is contained in:
parent
acc0442152
commit
752010b341
@ -131,7 +131,7 @@ $queryType = new ObjectType([
|
||||
'type' => Type::listOf($storyType),
|
||||
'args' => [
|
||||
'filters' => [
|
||||
'type' => Type::nonNull($filters),
|
||||
'type' => $filters,
|
||||
'defaultValue' => [
|
||||
'popular' => true
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user