UpdateUserPassword$Mutation$UpdateUserPassword.fromJson constructor

UpdateUserPassword$Mutation$UpdateUserPassword.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory UpdateUserPassword$Mutation$UpdateUserPassword.fromJson(
    Map<String, dynamic> json) {
  switch (json['__typename'].toString()) {
    case r'MyUserEventsVersioned':
      return UpdateUserPassword$Mutation$UpdateUserPassword$MyUserEventsVersioned
          .fromJson(json);
    case r'UpdateUserPasswordError':
      return UpdateUserPassword$Mutation$UpdateUserPassword$UpdateUserPasswordError
          .fromJson(json);
    default:
  }
  return _$UpdateUserPassword$Mutation$UpdateUserPasswordFromJson(json);
}