mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
replies aliased
This commit is contained in:
parent
7bed5ef4a8
commit
b9550d3ecb
1 changed files with 2 additions and 2 deletions
|
@ -236,12 +236,12 @@ class ResolveInfoTest extends \PHPUnit_Framework_TestCase
|
|||
}
|
||||
|
||||
fragment Replies01 on article {
|
||||
replies {
|
||||
_replies01: replies {
|
||||
body
|
||||
}
|
||||
}
|
||||
fragment Replies02 on article {
|
||||
replies {
|
||||
_replies02: replies {
|
||||
author {
|
||||
id
|
||||
name
|
||||
|
|
Loading…
Add table
Reference in a new issue