query

open override fun <D : Query.Data> query(query: Query<D>): ApolloCall<D>

Prepare a query to be executed.

Return

the associated ApolloCall that can be executed

Parameters

query

the query to be executed

See also

ApolloCall