mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-06 07:49:24 +03:00
TASK: Code style
(cherry picked from commit 9609d2ac84623291c76c4c72b61235799ad07f5e)
This commit is contained in:
parent
fda73f3212
commit
1d8f526d91
@ -1980,7 +1980,7 @@ extend type Query {
|
||||
';
|
||||
|
||||
$documentNode = Parser::parse($sdl);
|
||||
$schema = BuildSchema::build($documentNode);
|
||||
$schema = BuildSchema::build($documentNode);
|
||||
|
||||
$extensionSdl = '
|
||||
type Bar {
|
||||
@ -1989,7 +1989,7 @@ extend type Query {
|
||||
';
|
||||
|
||||
$extendedDocumentNode = Parser::parse($extensionSdl);
|
||||
$extendedSchema = SchemaExtender::extend($schema, $extendedDocumentNode);
|
||||
$extendedSchema = SchemaExtender::extend($schema, $extendedDocumentNode);
|
||||
|
||||
$expected = '
|
||||
type Bar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user