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