Skip to content

Change types to use Ident instead of string #1

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

Open
wants to merge 5 commits into
base: types-leaf-package
Choose a base branch
from

Conversation

ssko1
Copy link

@ssko1 ssko1 commented Mar 25, 2021

No description provided.

seansorr and others added 5 commits March 16, 2021 10:57
Part of graph-gophers#434 and related to graph-gophers#116 this change adds a new package containing all
types used by graphql-go in representing the GraphQL specification. The names
used in this package should match the specification as closely as possible.

In order to have cohesion, all internal packages that use GraphQL types have
been changed to use this new package.

This change is large but mostly mechanical. I recommend starting by reading
through the `types` package to build familiarity. I'll call out places in the
code where I made decisions and what the tradeoffs were.
This additive function shouldn't break backward compatibility will allow those
who want access to the types to get at an AST version of the `types.Schema`
@rudle rudle force-pushed the types-leaf-package branch from c097164 to 502fac2 Compare April 22, 2021 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants