#How can I check if the project is using GraphQL transformer v1 or v2?

2 messages · Page 1 of 1 (latest)

pliant warren
#

The project was created recently so I would assume it is v2, but I am having issues with creating relationships of a simple data models, trying to figure out since some people mentioned in older version joining tables was needing if that's still the case.

swift rock
#

Hey 👋 there will be a graphqltransformerversion feature flag in amplify/cli.json you can reference, however if the project/API was created with Amplify CLI 8+ you are likely using version 2.

What sort of issues are you encountering?