limited-refrigerator-50812
03/02/2023, 4:15 PM./gradlew datahub-graphql-core:build
command without any errors, I don't see any new classes appear in datahub-graphql-core\src\mainGeneratedGraphQL\java\com
. Any idea what the problem might be?echoing-airport-49548
03/02/2023, 5:49 PMlimited-refrigerator-50812
03/03/2023, 8:27 AM\datahub-graphql-core\build\resources\main\entity.graphql
file. By adding:
1. A query for lookup
2. A mutation for creating the entity
3. A mutation for deleting the entity
4. A type for the new entity that implements "Entity"
5. I added the new entity to the EntityType enum.
However, I just realised that when I run ./gradlew datahub-graphql-core:build
none of the changes persist. So my entity.graphql file resets to the way it was before, and no new classes appear in \datahub-graphql-core\src\mainGeneratedGraphQL\java\com
limited-refrigerator-50812
03/04/2023, 3:35 PMlimited-refrigerator-50812
03/06/2023, 8:36 AM\datahub-graphql-core\build\resources\main\entity.graphql
, while I should have been editing \datahub-graphql-core\src\main\resources\entity.graphql