From 0bedebe3921f80106059cbe75c393f6d0802258b Mon Sep 17 00:00:00 2001 From: Decebal Dobrica Date: Thu, 16 Mar 2017 15:09:09 +0000 Subject: [PATCH] fragment type caps --- tests/Type/ResolveInfoTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Type/ResolveInfoTest.php b/tests/Type/ResolveInfoTest.php index 9a42b9f..81fbe8c 100644 --- a/tests/Type/ResolveInfoTest.php +++ b/tests/Type/ResolveInfoTest.php @@ -235,12 +235,12 @@ class ResolveInfoTest extends \PHPUnit_Framework_TestCase url } - fragment Replies01 on article { + fragment Replies01 on Article { _replies012: replies { body } } - fragment Replies02 on article { + fragment Replies02 on Article { _replies012: replies { author { id