ExecuteMutationResponse constructor

ExecuteMutationResponse({
  1. Map<String, Object?>? data,
  2. List<GraphqlError>? errors,
})

Implementation

ExecuteMutationResponse({this.data, this.errors});