I want to use Pact-JS V3 version with GraphQL operations testing. It offers interesting new features, such as multiple provider states, provider state params, etc. The V3 is still in beta so addmitedly not all features are available as of yet. However, I have not found any mention of V3 support for GraphQL operations.
The previous Pact version (V2) had a GraphQLInteraction object which expanded the standard Interaction. That does not seem to work anymore with V3.
So far I searched for an answer or an example here:
Perhaps I missed something. Do you know if this is currently supported? If not, when?
Do you have any example of PactV3 setup with GraphQL?