mutate

abstract suspend fun <D : Operation.Data, T, V : Operation.Variables> mutate(mutation: Mutation<D, T, V>): Result<T>

Execute a GraphQl mutation. The mutation will not be executed before user is successfully logged in.

Since

1.3.0

Return

Result of the operation

Parameters

mutation

to be executed