How to connect Hasura GraphQL from Spring Boot App #8196
Answered
by
ecthiender
bala-ravuthan
asked this question in
Question
-
How to connect Hasura GraphQL from Spring Boot App? |
Beta Was this translation helpful? Give feedback.
Answered by
ecthiender
Feb 10, 2022
Replies: 1 comment
-
You will need a GraphQL client for Java. Using that you would connect to Hasura. This page has various options listed - https://graphql.org/code/#java-kotlin Check out what is a graphql client here - https://hasura.io/learn/graphql/intro-graphql/graphql-client/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rikinsk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will need a GraphQL client for Java. Using that you would connect to Hasura. This page has various options listed - https://graphql.org/code/#java-kotlin
Check out what is a graphql client here - https://hasura.io/learn/graphql/intro-graphql/graphql-client/