Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Describe use of graphql-kickstart-spring-boot-starter-graphql-annotations dependency #500 #503

Merged
merged 1 commit into from
Jan 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ the classpath. Use the `schemaLocationPattern` property to customize this patter

https://github.com/Enigmatis/graphql-java-annotations

The GraphQL Annotations library is used instead of GraphQL Java Tools if the `graphql-spring-boot-starter`
dependency is replaced by `graphql-kickstart-spring-boot-starter-graphql-annotations`.

The schema will be built using the GraphQL Annotations library in a code-first approach - instead of
writing it manually, the schema will be constructed based on the Java code. Please see the
documentation of the GraphQL Annotations library for a detailed documentation of the available
Expand Down