Skip to content

Instantly share code, notes, and snippets.

@lgandecki
Created June 20, 2019 17:25
Show Gist options
  • Save lgandecki/16373018d0727650bc9b30b9fd1ccd1a to your computer and use it in GitHub Desktop.
Save lgandecki/16373018d0727650bc9b30b9fd1ccd1a to your computer and use it in GitHub Desktop.
const { gql } = require("apollo-server");
const { typeDefs } = require("./typeDefs");
const { resolvers } = require("./resolvers");
const service = { typeDefs, resolvers }
// describe("Based on the data passed down from the gateway, the shippingEstimate", () => {
// ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment