mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
fragment type caps
This commit is contained in:
parent
c51dda097a
commit
0bedebe392
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue