Skip to content

Commit

Permalink
fix(test): fix sorted schema snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 2, 2020
1 parent ad38ca0 commit b4cf611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/utils/printed-schema.snapshot.ts
Expand Up @@ -129,6 +129,7 @@ type Ingredient {
"""example interface"""
interface IRecipe {
id: ID!
interfaceResolver(arg: Float): Boolean!
title: String!
}
Expand Down Expand Up @@ -171,6 +172,7 @@ type Recipe implements IRecipe {
description: String
id: ID!
ingredients: [Ingredient!]!
interfaceResolver(arg: Float): Boolean!
lastRate: Float
rating: Float!
tags: [String!]!
Expand Down

0 comments on commit b4cf611

Please sign in to comment.