query

abstract fun <D> query(query: <Error class: unknown class><D>): <Error class: unknown class><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