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

Commit 9f68c80

Browse files
committed
Configured example-graphql-tools to demonstrate custom endpoint
1 parent 058f86b commit 9f68c80

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

example-graphql-tools/src/main/resources/application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ spring:
33
name: graphql-java-tools-app
44
server:
55
port: 9000
6+
graphql:
7+
servlet:
8+
mapping: /test
69
graphiql:
10+
endpoint: /test
711
props:
812
resources:
913
query: defaultQuery.graphql

0 commit comments

Comments
 (0)