mutation

abstract fun <D> mutation(mutation: <Error class: unknown class><D>): <Error class: unknown class><D>

Prepare a mutation to be executed.

Return

the associated ApolloCall that can be executed

Parameters

mutation

the mutation to be executed

See also

ApolloCall