Mutation<ResultT> constructor

Mutation<ResultT>({
  1. Object? label,
})

Implementation

factory Mutation({Object? label}) = MutationImpl<ResultT>;