Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
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
4 changes: 2 additions & 2 deletions docs/src/main/docs/guide/gettingStarted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MappingContext mappingContext = ...
GraphQLSchema schema = new Schema(mappingContext).generate()
----

Refer to the link:http://graphql-java.readthedocs.io/en/stable/[graphql-java] documentation on how to use the schema to execute queries and mutations against it.
Refer to the link:https://www.graphql-java.com/documentation/getting-started[graphql-java] documentation on how to use the schema to execute queries and mutations against it.

== Grails Projects

Expand Down Expand Up @@ -65,4 +65,4 @@ include::{sourcedir}/examples/grails-docs-app/grails-app/domain/demo/Talk.groovy
----


TIP: GORM GraphQL plugin supports http://gorm.grails.org/latest/hibernate/manual/index.html#derivedProperties[Derived Properties] as illustrated in the previous example; `name` is derived property which concatenates `firstName` and `lastName`
TIP: GORM GraphQL plugin supports http://gorm.grails.org/latest/hibernate/manual/index.html#derivedProperties[Derived Properties] as illustrated in the previous example; `name` is derived property which concatenates `firstName` and `lastName`