// GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: type=lint // ignore_for_file: no_leading_underscores_for_library_prefixes import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:gql_github/serializers.gql.dart' as _i1; part 'users.var.gql.g.dart'; abstract class GFollowersVars implements Built { GFollowersVars._(); factory GFollowersVars([Function(GFollowersVarsBuilder b) updates]) = _$GFollowersVars; String get login; String? get after; static Serializer get serializer => _$gFollowersVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowersVars.serializer, this, ) as Map); static GFollowersVars? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowersVars.serializer, json, ); } abstract class GFollowingVars implements Built { GFollowingVars._(); factory GFollowingVars([Function(GFollowingVarsBuilder b) updates]) = _$GFollowingVars; String get login; String? get after; static Serializer get serializer => _$gFollowingVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowingVars.serializer, this, ) as Map); static GFollowingVars? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowingVars.serializer, json, ); } abstract class GOrgsVars implements Built { GOrgsVars._(); factory GOrgsVars([Function(GOrgsVarsBuilder b) updates]) = _$GOrgsVars; String get login; String? get after; static Serializer get serializer => _$gOrgsVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GOrgsVars.serializer, this, ) as Map); static GOrgsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GOrgsVars.serializer, json, ); } abstract class GMembersVars implements Built { GMembersVars._(); factory GMembersVars([Function(GMembersVarsBuilder b) updates]) = _$GMembersVars; String get login; String? get after; static Serializer get serializer => _$gMembersVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GMembersVars.serializer, this, ) as Map); static GMembersVars? fromJson(Map json) => _i1.serializers.deserializeWith( GMembersVars.serializer, json, ); } abstract class GWatchersVars implements Built { GWatchersVars._(); factory GWatchersVars([Function(GWatchersVarsBuilder b) updates]) = _$GWatchersVars; String get owner; String get name; String? get after; static Serializer get serializer => _$gWatchersVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GWatchersVars.serializer, this, ) as Map); static GWatchersVars? fromJson(Map json) => _i1.serializers.deserializeWith( GWatchersVars.serializer, json, ); } abstract class GStargazersVars implements Built { GStargazersVars._(); factory GStargazersVars([Function(GStargazersVarsBuilder b) updates]) = _$GStargazersVars; String get owner; String get name; String? get after; static Serializer get serializer => _$gStargazersVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GStargazersVars.serializer, this, ) as Map); static GStargazersVars? fromJson(Map json) => _i1.serializers.deserializeWith( GStargazersVars.serializer, json, ); } abstract class GUserPartsVars implements Built { GUserPartsVars._(); factory GUserPartsVars([Function(GUserPartsVarsBuilder b) updates]) = _$GUserPartsVars; static Serializer get serializer => _$gUserPartsVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GUserPartsVars.serializer, this, ) as Map); static GUserPartsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GUserPartsVars.serializer, json, ); } abstract class GOrgPartsVars implements Built { GOrgPartsVars._(); factory GOrgPartsVars([Function(GOrgPartsVarsBuilder b) updates]) = _$GOrgPartsVars; static Serializer get serializer => _$gOrgPartsVarsSerializer; Map toJson() => (_i1.serializers.serializeWith( GOrgPartsVars.serializer, this, ) as Map); static GOrgPartsVars? fromJson(Map json) => _i1.serializers.deserializeWith( GOrgPartsVars.serializer, json, ); }