-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add automatic persisted queries implementation to client #1802
add automatic persisted queries implementation to client #1802
Conversation
.../src/main/kotlin/com/expediagroup/graphql/client/types/AutomaticPersistedQueriesExtension.kt
Outdated
Show resolved
Hide resolved
...t/src/main/kotlin/com/expediagroup/graphql/client/types/AutomaticPersistedQueriesSettings.kt
Outdated
Show resolved
Hide resolved
...kotlin-ktor-client/src/main/kotlin/com/expediagroup/graphql/client/ktor/GraphQLKtorClient.kt
Outdated
Show resolved
Hide resolved
@dariuszkuc |
...t/src/main/kotlin/com/expediagroup/graphql/client/types/AutomaticPersistedQueriesSettings.kt
Show resolved
Hide resolved
...ain/kotlin/com/expediagroup/graphql/client/extensions/AutomaticPersistedQueriesExtensions.kt
Show resolved
Hide resolved
...t/src/main/kotlin/com/expediagroup/graphql/client/types/AutomaticPersistedQueriesSettings.kt
Outdated
Show resolved
Hide resolved
@gumimin can you take a look at the build failure, i think its coverage, we might need to add a test for GET and POST |
@samuelAndalon |
5353d1d
to
5619ee9
Compare
5619ee9
to
ee738ba
Compare
@samuelAndalon |
@gumimin Thank you for your contribution! |
📝 Description
🔗 Related Issues
#1640