Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created June 5, 2018 11:24
Show Gist options
  • Select an option

  • Save daniele-zurico/64f577dc45281449812663f9c4217708 to your computer and use it in GitHub Desktop.

Select an option

Save daniele-zurico/64f577dc45281449812663f9c4217708 to your computer and use it in GitHub Desktop.
import helloResolver from "./hello.resolver";
import userResolver from "./users.resolver";
const resolvers = [userResolver, helloResolver];
export default resolvers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment