pub fn use_mutation<Q: MutationCapability>(
mutation: Mutation<Q>,
) -> UseMutation<Q>Expand description
Mutations are used to update data asynchronously of an e.g external resources such as HTTP APIs.
§Clean time
This is how long will the mutation result be kept cached after there are no more subscribers of that mutation.
See Mutation::clean_time.