Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore exporting buildType and buildSchema functions #10

Open
migueloller opened this issue Nov 22, 2016 · 0 comments
Open

Explore exporting buildType and buildSchema functions #10

migueloller opened this issue Nov 22, 2016 · 0 comments

Comments

@migueloller
Copy link
Owner

build is very useful and convenient in that it can produce any number of types. Sometimes it might be inconvenient to get a type map though.

If we export the internal buildSchema and buildType functions then the developer could potentially use these to build a single type (or schema) and expect a GraphQLType or GraphQLSchema as an output instead of a map of those 2 things.

Would love to hear people's thoughts on adding these to the public API.

@migueloller migueloller added this to the v0.1.0 milestone Dec 6, 2016
@migueloller migueloller mentioned this issue Dec 6, 2016
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant