UserLogin? fromGraphQLUserLoginNullableToDartUserLoginNullable(String? v) => v == null ? null : UserLogin.unchecked(v);