From 752010b341cb3e97e8de39d75b08362305238200 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Wed, 19 Jun 2019 15:06:45 +0700 Subject: [PATCH] Documentation fix (#499) --- docs/type-system/input-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/type-system/input-types.md b/docs/type-system/input-types.md index 1b7ffc8..7138557 100644 --- a/docs/type-system/input-types.md +++ b/docs/type-system/input-types.md @@ -131,7 +131,7 @@ $queryType = new ObjectType([ 'type' => Type::listOf($storyType), 'args' => [ 'filters' => [ - 'type' => Type::nonNull($filters), + 'type' => $filters, 'defaultValue' => [ 'popular' => true ]