Skip to content

Commit

Permalink
Fix test printing sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
mduesterhoeft committed Aug 5, 2020
1 parent 203f20f commit 035876f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ describe('printComposedSdl', () => {
library(id: ID!): Library @resolve(graph: \\"books\\")
body: Body! @resolve(graph: \\"documents\\")
product(upc: String!): Product @resolve(graph: \\"product\\")
products(upcs: [String!]!): [Product] @resolve(graph: \\"product\\")
vehicle(id: String!): Vehicle @resolve(graph: \\"product\\")
topProducts(first: Int = 5): [Product] @resolve(graph: \\"product\\")
topCars(first: Int = 5): [Car] @resolve(graph: \\"product\\")
Expand Down

0 comments on commit 035876f

Please sign in to comment.