mutation

abstract fun <D : Mutation.Data> mutation(mutation: Mutation<D>): ApolloCall<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