Sangeet Narayan
09/18/2020, 2:22 AMasad.awadia
09/18/2020, 2:26 AMSangeet Narayan
09/18/2020, 2:26 AMasad.awadia
09/18/2020, 2:32 AMSangeet Narayan
09/18/2020, 2:38 AMJoe
09/18/2020, 2:55 AMgraphql-kotlin
project, it has a spring boot impl and can be integrated into other frameworks pretty easily.Dariusz Kuc
09/18/2020, 3:08 AMSangeet Narayan
09/18/2020, 3:33 AMJilles van Gurp
09/18/2020, 6:24 AMJilles van Gurp
09/18/2020, 6:25 AMkenkyee
09/18/2020, 11:48 AMSangeet Narayan
09/18/2020, 11:50 AMDariusz Kuc
09/18/2020, 2:45 PMFYI, expedia’s graphql doesn’t support hashes yet...@kenkyee do you mean persisted queries (i.e. instead of specifying GraphQL request in a payload you would use HTTP GET request with some unique query identifier)? If you are using
graphql-kotlin-spring-server
you definitely can use query caching by simply providing an instance of PreparsedDocumentProvider
in your application context (see Query Caching
under https://www.graphql-java.com/documentation/v15/execution/).
As for automatic persisted queries -> this generally requires some specific contract between client and a server (e.g. https://www.apollographql.com/docs/apollo-server/performance/apq)
see related graphql-java discussion -> https://spectrum.chat/graphql-java/general/apq-automated-persisted-queries-support-question~06e249b9-b67a-49db-899b-25ad37c83fcbkenkyee
09/18/2020, 2:47 PMDariusz Kuc
09/18/2020, 2:53 PMrrva
09/23/2020, 8:15 PMrrva
09/23/2020, 8:18 PMrrva
09/23/2020, 8:19 PMrrva
09/23/2020, 8:19 PMrrva
09/23/2020, 8:20 PM