Not sure where the best place to ask this, but I'll try here:
I've been a super huge fan of bi-directional contract tests. Using swagger-validator and PACT to allow us to do contract validation directly in both consumer and provider builds.
I'm wondering if #CLS16AVEE or anyone in this community has ever implemented anything similar for GraphQL?
c
Craig Schwarzwald
07/24/2024, 3:59 PM
Seems like it should be possible, as .GraphQL schema files also follow strict typing and structure like OAS, but haven't found anything in my Internet searching so far.