Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created June 2, 2021 14:44
Show Gist options
  • Save bengrunfeld/9df3bbe10215cb9cbbb2449dc073b035 to your computer and use it in GitHub Desktop.
Save bengrunfeld/9df3bbe10215cb9cbbb2449dc073b035 to your computer and use it in GitHub Desktop.
Scalable GraphQL User Index File
import { queries } from "./queries.js"
import { mutations } from "./mutations.js"
import { resolvers } from "./resolvers.js"
import { types } from "./types"
export const User = { queries, mutations, resolvers, types }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment