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),
|
'type' => Type::listOf($storyType),
|
||||||
'args' => [
|
'args' => [
|
||||||
'filters' => [
|
'filters' => [
|
||||||
'type' => Type::nonNull($filters),
|
'type' => $filters,
|
||||||
'defaultValue' => [
|
'defaultValue' => [
|
||||||
'popular' => true
|
'popular' => true
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user