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