Skip to content

Commit

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

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

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

0 comments on commit ed2c0d8

Please sign in to comment.