Created
June 2, 2021 14:44
-
-
Save bengrunfeld/9df3bbe10215cb9cbbb2449dc073b035 to your computer and use it in GitHub Desktop.
Scalable GraphQL User Index File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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