Skip to content

Commit

Permalink
test(): update printedSchemaSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed Oct 30, 2021
1 parent bba9d71 commit bfb28fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/utils/printed-schema.snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ type Ingredient {
name: String @deprecated(reason: "is deprecated")
}
"""orphaned enum"""
enum SampleOrphanedEnum {
Red
Blue
Black
White
}
type Query {
"""get recipe by id"""
recipe(
Expand Down

0 comments on commit bfb28fb

Please sign in to comment.