mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
replies aliased
This commit is contained in:
parent
7bed5ef4a8
commit
b9550d3ecb
@ -236,12 +236,12 @@ class ResolveInfoTest extends \PHPUnit_Framework_TestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
fragment Replies01 on article {
|
fragment Replies01 on article {
|
||||||
replies {
|
_replies01: replies {
|
||||||
body
|
body
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fragment Replies02 on article {
|
fragment Replies02 on article {
|
||||||
replies {
|
_replies02: replies {
|
||||||
author {
|
author {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
|
Loading…
Reference in New Issue
Block a user