query
abstract fun <D : ERROR CLASS: Symbol not found for Query.Data> query(query: ERROR CLASS: Symbol not found for Query<D>): ERROR CLASS: Symbol not found for 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
Apollo Call