-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Proposal
GraphQL becomes more and more popular, and services provide it along with classic REST APIs. It would be nice to support mocking of GraphQL requests with feature-rich request matching and response logic, including special extensions support
Implementation
- https://github.com/wiremock/wiremock-graphql-extension
- https://wiremock.org/docs/solutions/graphql/
References
- Website: https://graphql.org/
- GraphQL supports its own mocking https://graphql.org/blog/mocking-with-graphql/ , https://www.apollographql.com/docs/apollo-server/testing/mocking/
- MOVED to WireMock - Existing extension, in Kotlin: https://github.com/nilwurtz/wiremock-graphql-extension
- Note: there are concerns about pulling in Kotlin runtime if it is a part of the core WireMock distributions
LRancez and TheBitnilwurtz
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
🧪 Preview
Status
Must Have