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

Move GraphQL types to package ast #584

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Conversation

pavelnikolov
Copy link
Member

@pavelnikolov pavelnikolov commented Feb 18, 2023

Use the ast package for GraphQL types because it describes better the types it contains. Also, it would be better when using the types from other packages. For example, ast.ExecutableDefinition gives more context than types.ExecutableDefinition.

fixes: #582

@pavelnikolov pavelnikolov merged commit bfb4253 into master Feb 18, 2023
@pavelnikolov pavelnikolov deleted the refactor-ast-package branch February 18, 2023 23:13
KNiepok pushed a commit to spacelift-io/graphql-go that referenced this pull request Feb 28, 2023
KNiepok pushed a commit to spacelift-io/graphql-go that referenced this pull request Feb 28, 2023
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.

Rename types package
1 participant