Skip to content

Commit a6f5232

Browse files
rthideawayfubhy
authored andcommitted
Introduce query type without placeholder. (#870)
1 parent dfbd488 commit a6f5232

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Plugin/GraphQL/Schema/ComposableSchema.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ protected function getSchemaDefinition() {
4141
query: Query
4242
}
4343
44-
type Query {
45-
# TODO: Remove placeholder field.
46-
__placeholder: String
47-
}
44+
type Query
4845
GQL;
4946

5047
}

0 commit comments

Comments
 (0)