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

[spec] add graphql-kotlin-spring-server implementation to graphql-http #1602

Open
dariuszkuc opened this issue Nov 21, 2022 · 0 comments
Open
Labels
type: enhancement New feature or request

Comments

@dariuszkuc
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
GraphQL HTTP is a lightweight implementation of the GraphQL over HTTP spec. That repository also contains a number of tests that verify whether underlying server is compatible with HTTP spec or not. We should make sure that graphql-kotlin-spring-server is HTTP spec compliant and add its implementation to the list of tested libraries.

Describe the solution you'd like
graphql-kotlin server implementation added to the HTTP spec repo that is fully compatible with the spec.

Describe alternatives you've considered
N/A

Additional context
Related: #1573

@dariuszkuc dariuszkuc added the type: enhancement New feature or request label Nov 21, 2022
dariuszkuc added a commit to dariuszkuc/graphql-kotlin that referenced this issue Mar 8, 2023
Verifies [`graphql-over-http` spec](https://github.com/graphql/graphql-over-http) compliance for GraphQL Kotlin Ktor and Spring servers.

Related: ExpediaGroup#1602
dariuszkuc added a commit that referenced this issue Mar 13, 2023
### 📝 Description

Verifies [`graphql-over-http` spec](https://github.com/graphql/graphql-over-http) compliance for GraphQL Kotlin Ktor and Spring servers.

### 🔗 Related Issues

Related: #1602
Related: #1573
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Development

No branches or pull requests

1 participant