Skip to content

Commit

Permalink
update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanhe committed Nov 5, 2023
1 parent b19576f commit f7eeeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ test('can build a schema', async () => {
"""An edge in a connection."""
type CharacterEdge {
"""The item at the end of the edge"""
node: Character!
node: Character
"""A cursor for use in pagination"""
cursor: String!
Expand Down

1 comment on commit f7eeeff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes have been published to npm.

yarn add -E [email protected]

Please sign in to comment.