Skip to content

Commit

Permalink
Revert "Weird: Update snapshots to include empty comments."
Browse files Browse the repository at this point in the history
This reverts commit ed2c0d8.
  • Loading branch information
abernix committed Jan 3, 2020
1 parent 01394c8 commit 7e5cffe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ type User @key(fields: "id") {

expect(schema.getQueryType()).toMatchInlineSnapshot(`
type Query {
""""""
_entities(representations: [_Any!]!): [_Entity]!
_service: _Service!
rootField: String
Expand All @@ -165,7 +164,6 @@ type Query {

expect(schema.getQueryType()).toMatchInlineSnapshot(`
type QueryRoot {
""""""
_entities(representations: [_Any!]!): [_Entity]!
_service: _Service!
rootField: String
Expand Down

0 comments on commit 7e5cffe

Please sign in to comment.