All Downloads are FREE. Search and download functionalities are using the official Maven repository.

entry-point.graphql-api.definition.json Maven / Gradle / Ivy

Go to download

Gradle plugin to create a clean application in Java that already works, It follows our best practices!

There is a newer version: 3.17.22
Show newest version
{
  "folders": [
    "applications/app-service/src/main/resources/graphql"
  ],
  "files": {
    "entry-point/graphql-api/config/api-schema.graphqls.mustache": "applications/app-service/src/main/resources/graphql/api-schema.graphqls",
    "entry-point/graphql-api/api-queries.java.mustache": "infrastructure/entry-points/graphql-api/src/main/java/{{packagePath}}/graphqlapi/ApiQueries.java",
    "entry-point/graphql-api/api-mutations.java.mustache": "infrastructure/entry-points/graphql-api/src/main/java/{{packagePath}}/graphqlapi/ApiMutations.java",
    "entry-point/graphql-api/build.gradle.mustache": "infrastructure/entry-points/graphql-api/build.gradle",
    "entry-point/graphql-api/api-mutations.test.java.mustache": "infrastructure/entry-points/graphql-api/src/test/java/{{packagePath}}/graphqlapi/ApiMutationsTest.java",
    "entry-point/graphql-api/api-queries.test.java.mustache": "infrastructure/entry-points/graphql-api/src/test/java/{{packagePath}}/graphqlapi/ApiQueriesTest.java"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy