Persistent Query Support in GraphQL Java

577 Views Asked by At

I am new to GraphQl. I would like to implement the Persistent query support for my API. I want to know whether we can achieve it using GraphQL Java. We are not using apolo or any other third party libraries.

Would like to know , how can i implement this support in GraphQL Java . Lets say client send me a query , i would like to persist it and needs to return a hash for it Then clients can call my API using this Persisted query hash.

Thanks in Advanace

0

There are 0 best solutions below