parse method
override
Parses a JSON map into the response type.
Implementation
@override
DeleteMyUser$Mutation parse(Map<String, dynamic> json) =>
DeleteMyUser$Mutation.fromJson(json);
Parses a JSON map into the response type.
@override
DeleteMyUser$Mutation parse(Map<String, dynamic> json) =>
DeleteMyUser$Mutation.fromJson(json);