apollo-kotlin
3.8.2
common
apollo-runtime
/
com.apollographql.apollo3
/
ApolloClient
/
query
query
common
fun
<
D
:
Query.Data
>
query
(
query
:
Query
<
D
>
)
:
ApolloCall
<
D
>
Content copied to clipboard
Creates a new
ApolloCall
that you can customize and/or execute.