MutationCallbackHandler<TParsed> constructor

MutationCallbackHandler<TParsed>({
  1. required MutationOptions<TParsed> options,
  2. required GraphQLCache cache,
  3. required String queryId,
})

Implementation

MutationCallbackHandler({
  required this.options,
  required this.cache,
  required this.queryId,
});