Hi, I have a BFF which is using GraphQL and callin...
# pact-js
b
Hi, I have a BFF which is using GraphQL and calling .net backend which is using Rest API, so request from bff is being transformed in apollo server to rest. It is something like this: So in this case my .net backend is provider and bff is consumer. How i can easily generate a contract file for such case ? Currenlty im just writing consumer driven test in bff. Is is any way to transform graphql to rest ?
m
The BFF would just write regular pact tests for its downstream services. What's the actual problem?