not listed above -> Netflix DGS also provides a client
*disclaimer: I am one of the maintainers of
graphql-kotlin
looks like I need to update the docs on the graphql.org as we simplified the config :)
e
efemoney
08/02/2021, 10:51 PM
Thanks @Dariusz Kuc. One of the teams in my company is using DGS (they are who we need to query) but I didnt check to see if it had a client.
d
Dariusz Kuc
08/02/2021, 11:05 PM
You can use any graphql client to query it
e
efemoney
08/02/2021, 11:40 PM
Yeah I know, did a quick comparison of DGS vs gql-kotlin apis and I like the latter 👍🏼 (similar to apollo too)
👍 1
d
Dariusz Kuc
08/03/2021, 12:00 AM
Btw there are #apollo-android and #graphql-kotlin channels where you can post lib specific questions
Apollo is probably the most popular client with some advanced features (like caching) built in
☝️ 1
In grapqhl-kotlin we went with thin wrappers on top of existing clients (like Spring Webclient and Ktor HttpClient) where you can configure clients directly (eg add whatever interceptors etc)