// GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: type=lint // ignore_for_file: no_leading_underscores_for_library_prefixes import 'package:built_collection/built_collection.dart'; import 'package:built_value/built_value.dart'; import 'package:built_value/serializer.dart'; import 'package:gql_github/serializers.gql.dart' as _i1; part 'users.data.gql.g.dart'; abstract class GFollowersData implements Built { GFollowersData._(); factory GFollowersData([Function(GFollowersDataBuilder b) updates]) = _$GFollowersData; static void _initializeBuilder(GFollowersDataBuilder b) => b..G__typename = 'Query'; @BuiltValueField(wireName: '__typename') String get G__typename; GFollowersData_user? get user; static Serializer get serializer => _$gFollowersDataSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowersData.serializer, this, ) as Map); static GFollowersData? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowersData.serializer, json, ); } abstract class GFollowersData_user implements Built { GFollowersData_user._(); factory GFollowersData_user( [Function(GFollowersData_userBuilder b) updates]) = _$GFollowersData_user; static void _initializeBuilder(GFollowersData_userBuilder b) => b..G__typename = 'User'; @BuiltValueField(wireName: '__typename') String get G__typename; GFollowersData_user_followers get followers; static Serializer get serializer => _$gFollowersDataUserSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowersData_user.serializer, this, ) as Map); static GFollowersData_user? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowersData_user.serializer, json, ); } abstract class GFollowersData_user_followers implements Built { GFollowersData_user_followers._(); factory GFollowersData_user_followers( [Function(GFollowersData_user_followersBuilder b) updates]) = _$GFollowersData_user_followers; static void _initializeBuilder(GFollowersData_user_followersBuilder b) => b..G__typename = 'FollowerConnection'; @BuiltValueField(wireName: '__typename') String get G__typename; GFollowersData_user_followers_pageInfo get pageInfo; BuiltList? get nodes; static Serializer get serializer => _$gFollowersDataUserFollowersSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowersData_user_followers.serializer, this, ) as Map); static GFollowersData_user_followers? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowersData_user_followers.serializer, json, ); } abstract class GFollowersData_user_followers_pageInfo implements Built { GFollowersData_user_followers_pageInfo._(); factory GFollowersData_user_followers_pageInfo( [Function(GFollowersData_user_followers_pageInfoBuilder b) updates]) = _$GFollowersData_user_followers_pageInfo; static void _initializeBuilder( GFollowersData_user_followers_pageInfoBuilder b) => b..G__typename = 'PageInfo'; @BuiltValueField(wireName: '__typename') String get G__typename; bool get hasNextPage; String? get endCursor; static Serializer get serializer => _$gFollowersDataUserFollowersPageInfoSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowersData_user_followers_pageInfo.serializer, this, ) as Map); static GFollowersData_user_followers_pageInfo? fromJson( Map json) => _i1.serializers.deserializeWith( GFollowersData_user_followers_pageInfo.serializer, json, ); } abstract class GFollowersData_user_followers_nodes implements Built, GUserParts { GFollowersData_user_followers_nodes._(); factory GFollowersData_user_followers_nodes( [Function(GFollowersData_user_followers_nodesBuilder b) updates]) = _$GFollowersData_user_followers_nodes; static void _initializeBuilder( GFollowersData_user_followers_nodesBuilder b) => b..G__typename = 'User'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gFollowersDataUserFollowersNodesSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GFollowersData_user_followers_nodes.serializer, this, ) as Map); static GFollowersData_user_followers_nodes? fromJson( Map json) => _i1.serializers.deserializeWith( GFollowersData_user_followers_nodes.serializer, json, ); } abstract class GFollowingData implements Built { GFollowingData._(); factory GFollowingData([Function(GFollowingDataBuilder b) updates]) = _$GFollowingData; static void _initializeBuilder(GFollowingDataBuilder b) => b..G__typename = 'Query'; @BuiltValueField(wireName: '__typename') String get G__typename; GFollowingData_user? get user; static Serializer get serializer => _$gFollowingDataSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowingData.serializer, this, ) as Map); static GFollowingData? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowingData.serializer, json, ); } abstract class GFollowingData_user implements Built { GFollowingData_user._(); factory GFollowingData_user( [Function(GFollowingData_userBuilder b) updates]) = _$GFollowingData_user; static void _initializeBuilder(GFollowingData_userBuilder b) => b..G__typename = 'User'; @BuiltValueField(wireName: '__typename') String get G__typename; GFollowingData_user_following get following; static Serializer get serializer => _$gFollowingDataUserSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowingData_user.serializer, this, ) as Map); static GFollowingData_user? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowingData_user.serializer, json, ); } abstract class GFollowingData_user_following implements Built { GFollowingData_user_following._(); factory GFollowingData_user_following( [Function(GFollowingData_user_followingBuilder b) updates]) = _$GFollowingData_user_following; static void _initializeBuilder(GFollowingData_user_followingBuilder b) => b..G__typename = 'FollowingConnection'; @BuiltValueField(wireName: '__typename') String get G__typename; GFollowingData_user_following_pageInfo get pageInfo; BuiltList? get nodes; static Serializer get serializer => _$gFollowingDataUserFollowingSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowingData_user_following.serializer, this, ) as Map); static GFollowingData_user_following? fromJson(Map json) => _i1.serializers.deserializeWith( GFollowingData_user_following.serializer, json, ); } abstract class GFollowingData_user_following_pageInfo implements Built { GFollowingData_user_following_pageInfo._(); factory GFollowingData_user_following_pageInfo( [Function(GFollowingData_user_following_pageInfoBuilder b) updates]) = _$GFollowingData_user_following_pageInfo; static void _initializeBuilder( GFollowingData_user_following_pageInfoBuilder b) => b..G__typename = 'PageInfo'; @BuiltValueField(wireName: '__typename') String get G__typename; bool get hasNextPage; String? get endCursor; static Serializer get serializer => _$gFollowingDataUserFollowingPageInfoSerializer; Map toJson() => (_i1.serializers.serializeWith( GFollowingData_user_following_pageInfo.serializer, this, ) as Map); static GFollowingData_user_following_pageInfo? fromJson( Map json) => _i1.serializers.deserializeWith( GFollowingData_user_following_pageInfo.serializer, json, ); } abstract class GFollowingData_user_following_nodes implements Built, GUserParts { GFollowingData_user_following_nodes._(); factory GFollowingData_user_following_nodes( [Function(GFollowingData_user_following_nodesBuilder b) updates]) = _$GFollowingData_user_following_nodes; static void _initializeBuilder( GFollowingData_user_following_nodesBuilder b) => b..G__typename = 'User'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gFollowingDataUserFollowingNodesSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GFollowingData_user_following_nodes.serializer, this, ) as Map); static GFollowingData_user_following_nodes? fromJson( Map json) => _i1.serializers.deserializeWith( GFollowingData_user_following_nodes.serializer, json, ); } abstract class GOrgsData implements Built { GOrgsData._(); factory GOrgsData([Function(GOrgsDataBuilder b) updates]) = _$GOrgsData; static void _initializeBuilder(GOrgsDataBuilder b) => b..G__typename = 'Query'; @BuiltValueField(wireName: '__typename') String get G__typename; GOrgsData_user? get user; static Serializer get serializer => _$gOrgsDataSerializer; Map toJson() => (_i1.serializers.serializeWith( GOrgsData.serializer, this, ) as Map); static GOrgsData? fromJson(Map json) => _i1.serializers.deserializeWith( GOrgsData.serializer, json, ); } abstract class GOrgsData_user implements Built { GOrgsData_user._(); factory GOrgsData_user([Function(GOrgsData_userBuilder b) updates]) = _$GOrgsData_user; static void _initializeBuilder(GOrgsData_userBuilder b) => b..G__typename = 'User'; @BuiltValueField(wireName: '__typename') String get G__typename; GOrgsData_user_organizations get organizations; static Serializer get serializer => _$gOrgsDataUserSerializer; Map toJson() => (_i1.serializers.serializeWith( GOrgsData_user.serializer, this, ) as Map); static GOrgsData_user? fromJson(Map json) => _i1.serializers.deserializeWith( GOrgsData_user.serializer, json, ); } abstract class GOrgsData_user_organizations implements Built { GOrgsData_user_organizations._(); factory GOrgsData_user_organizations( [Function(GOrgsData_user_organizationsBuilder b) updates]) = _$GOrgsData_user_organizations; static void _initializeBuilder(GOrgsData_user_organizationsBuilder b) => b..G__typename = 'OrganizationConnection'; @BuiltValueField(wireName: '__typename') String get G__typename; GOrgsData_user_organizations_pageInfo get pageInfo; BuiltList? get nodes; static Serializer get serializer => _$gOrgsDataUserOrganizationsSerializer; Map toJson() => (_i1.serializers.serializeWith( GOrgsData_user_organizations.serializer, this, ) as Map); static GOrgsData_user_organizations? fromJson(Map json) => _i1.serializers.deserializeWith( GOrgsData_user_organizations.serializer, json, ); } abstract class GOrgsData_user_organizations_pageInfo implements Built { GOrgsData_user_organizations_pageInfo._(); factory GOrgsData_user_organizations_pageInfo( [Function(GOrgsData_user_organizations_pageInfoBuilder b) updates]) = _$GOrgsData_user_organizations_pageInfo; static void _initializeBuilder( GOrgsData_user_organizations_pageInfoBuilder b) => b..G__typename = 'PageInfo'; @BuiltValueField(wireName: '__typename') String get G__typename; bool get hasNextPage; String? get endCursor; static Serializer get serializer => _$gOrgsDataUserOrganizationsPageInfoSerializer; Map toJson() => (_i1.serializers.serializeWith( GOrgsData_user_organizations_pageInfo.serializer, this, ) as Map); static GOrgsData_user_organizations_pageInfo? fromJson( Map json) => _i1.serializers.deserializeWith( GOrgsData_user_organizations_pageInfo.serializer, json, ); } abstract class GOrgsData_user_organizations_nodes implements Built, GOrgParts { GOrgsData_user_organizations_nodes._(); factory GOrgsData_user_organizations_nodes( [Function(GOrgsData_user_organizations_nodesBuilder b) updates]) = _$GOrgsData_user_organizations_nodes; static void _initializeBuilder(GOrgsData_user_organizations_nodesBuilder b) => b..G__typename = 'Organization'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gOrgsDataUserOrganizationsNodesSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GOrgsData_user_organizations_nodes.serializer, this, ) as Map); static GOrgsData_user_organizations_nodes? fromJson( Map json) => _i1.serializers.deserializeWith( GOrgsData_user_organizations_nodes.serializer, json, ); } abstract class GMembersData implements Built { GMembersData._(); factory GMembersData([Function(GMembersDataBuilder b) updates]) = _$GMembersData; static void _initializeBuilder(GMembersDataBuilder b) => b..G__typename = 'Query'; @BuiltValueField(wireName: '__typename') String get G__typename; GMembersData_organization? get organization; static Serializer get serializer => _$gMembersDataSerializer; Map toJson() => (_i1.serializers.serializeWith( GMembersData.serializer, this, ) as Map); static GMembersData? fromJson(Map json) => _i1.serializers.deserializeWith( GMembersData.serializer, json, ); } abstract class GMembersData_organization implements Built { GMembersData_organization._(); factory GMembersData_organization( [Function(GMembersData_organizationBuilder b) updates]) = _$GMembersData_organization; static void _initializeBuilder(GMembersData_organizationBuilder b) => b..G__typename = 'Organization'; @BuiltValueField(wireName: '__typename') String get G__typename; GMembersData_organization_membersWithRole get membersWithRole; static Serializer get serializer => _$gMembersDataOrganizationSerializer; Map toJson() => (_i1.serializers.serializeWith( GMembersData_organization.serializer, this, ) as Map); static GMembersData_organization? fromJson(Map json) => _i1.serializers.deserializeWith( GMembersData_organization.serializer, json, ); } abstract class GMembersData_organization_membersWithRole implements Built { GMembersData_organization_membersWithRole._(); factory GMembersData_organization_membersWithRole( [Function(GMembersData_organization_membersWithRoleBuilder b) updates]) = _$GMembersData_organization_membersWithRole; static void _initializeBuilder( GMembersData_organization_membersWithRoleBuilder b) => b..G__typename = 'OrganizationMemberConnection'; @BuiltValueField(wireName: '__typename') String get G__typename; GMembersData_organization_membersWithRole_pageInfo get pageInfo; BuiltList? get nodes; static Serializer get serializer => _$gMembersDataOrganizationMembersWithRoleSerializer; Map toJson() => (_i1.serializers.serializeWith( GMembersData_organization_membersWithRole.serializer, this, ) as Map); static GMembersData_organization_membersWithRole? fromJson( Map json) => _i1.serializers.deserializeWith( GMembersData_organization_membersWithRole.serializer, json, ); } abstract class GMembersData_organization_membersWithRole_pageInfo implements Built { GMembersData_organization_membersWithRole_pageInfo._(); factory GMembersData_organization_membersWithRole_pageInfo( [Function(GMembersData_organization_membersWithRole_pageInfoBuilder b) updates]) = _$GMembersData_organization_membersWithRole_pageInfo; static void _initializeBuilder( GMembersData_organization_membersWithRole_pageInfoBuilder b) => b..G__typename = 'PageInfo'; @BuiltValueField(wireName: '__typename') String get G__typename; bool get hasNextPage; String? get endCursor; static Serializer get serializer => _$gMembersDataOrganizationMembersWithRolePageInfoSerializer; Map toJson() => (_i1.serializers.serializeWith( GMembersData_organization_membersWithRole_pageInfo.serializer, this, ) as Map); static GMembersData_organization_membersWithRole_pageInfo? fromJson( Map json) => _i1.serializers.deserializeWith( GMembersData_organization_membersWithRole_pageInfo.serializer, json, ); } abstract class GMembersData_organization_membersWithRole_nodes implements Built, GUserParts { GMembersData_organization_membersWithRole_nodes._(); factory GMembersData_organization_membersWithRole_nodes( [Function(GMembersData_organization_membersWithRole_nodesBuilder b) updates]) = _$GMembersData_organization_membersWithRole_nodes; static void _initializeBuilder( GMembersData_organization_membersWithRole_nodesBuilder b) => b..G__typename = 'User'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gMembersDataOrganizationMembersWithRoleNodesSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GMembersData_organization_membersWithRole_nodes.serializer, this, ) as Map); static GMembersData_organization_membersWithRole_nodes? fromJson( Map json) => _i1.serializers.deserializeWith( GMembersData_organization_membersWithRole_nodes.serializer, json, ); } abstract class GWatchersData implements Built { GWatchersData._(); factory GWatchersData([Function(GWatchersDataBuilder b) updates]) = _$GWatchersData; static void _initializeBuilder(GWatchersDataBuilder b) => b..G__typename = 'Query'; @BuiltValueField(wireName: '__typename') String get G__typename; GWatchersData_repository? get repository; static Serializer get serializer => _$gWatchersDataSerializer; Map toJson() => (_i1.serializers.serializeWith( GWatchersData.serializer, this, ) as Map); static GWatchersData? fromJson(Map json) => _i1.serializers.deserializeWith( GWatchersData.serializer, json, ); } abstract class GWatchersData_repository implements Built { GWatchersData_repository._(); factory GWatchersData_repository( [Function(GWatchersData_repositoryBuilder b) updates]) = _$GWatchersData_repository; static void _initializeBuilder(GWatchersData_repositoryBuilder b) => b..G__typename = 'Repository'; @BuiltValueField(wireName: '__typename') String get G__typename; GWatchersData_repository_watchers get watchers; static Serializer get serializer => _$gWatchersDataRepositorySerializer; Map toJson() => (_i1.serializers.serializeWith( GWatchersData_repository.serializer, this, ) as Map); static GWatchersData_repository? fromJson(Map json) => _i1.serializers.deserializeWith( GWatchersData_repository.serializer, json, ); } abstract class GWatchersData_repository_watchers implements Built { GWatchersData_repository_watchers._(); factory GWatchersData_repository_watchers( [Function(GWatchersData_repository_watchersBuilder b) updates]) = _$GWatchersData_repository_watchers; static void _initializeBuilder(GWatchersData_repository_watchersBuilder b) => b..G__typename = 'UserConnection'; @BuiltValueField(wireName: '__typename') String get G__typename; GWatchersData_repository_watchers_pageInfo get pageInfo; BuiltList? get nodes; static Serializer get serializer => _$gWatchersDataRepositoryWatchersSerializer; Map toJson() => (_i1.serializers.serializeWith( GWatchersData_repository_watchers.serializer, this, ) as Map); static GWatchersData_repository_watchers? fromJson( Map json) => _i1.serializers.deserializeWith( GWatchersData_repository_watchers.serializer, json, ); } abstract class GWatchersData_repository_watchers_pageInfo implements Built { GWatchersData_repository_watchers_pageInfo._(); factory GWatchersData_repository_watchers_pageInfo( [Function(GWatchersData_repository_watchers_pageInfoBuilder b) updates]) = _$GWatchersData_repository_watchers_pageInfo; static void _initializeBuilder( GWatchersData_repository_watchers_pageInfoBuilder b) => b..G__typename = 'PageInfo'; @BuiltValueField(wireName: '__typename') String get G__typename; bool get hasNextPage; String? get endCursor; static Serializer get serializer => _$gWatchersDataRepositoryWatchersPageInfoSerializer; Map toJson() => (_i1.serializers.serializeWith( GWatchersData_repository_watchers_pageInfo.serializer, this, ) as Map); static GWatchersData_repository_watchers_pageInfo? fromJson( Map json) => _i1.serializers.deserializeWith( GWatchersData_repository_watchers_pageInfo.serializer, json, ); } abstract class GWatchersData_repository_watchers_nodes implements Built, GUserParts { GWatchersData_repository_watchers_nodes._(); factory GWatchersData_repository_watchers_nodes( [Function(GWatchersData_repository_watchers_nodesBuilder b) updates]) = _$GWatchersData_repository_watchers_nodes; static void _initializeBuilder( GWatchersData_repository_watchers_nodesBuilder b) => b..G__typename = 'User'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gWatchersDataRepositoryWatchersNodesSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GWatchersData_repository_watchers_nodes.serializer, this, ) as Map); static GWatchersData_repository_watchers_nodes? fromJson( Map json) => _i1.serializers.deserializeWith( GWatchersData_repository_watchers_nodes.serializer, json, ); } abstract class GStargazersData implements Built { GStargazersData._(); factory GStargazersData([Function(GStargazersDataBuilder b) updates]) = _$GStargazersData; static void _initializeBuilder(GStargazersDataBuilder b) => b..G__typename = 'Query'; @BuiltValueField(wireName: '__typename') String get G__typename; GStargazersData_repository? get repository; static Serializer get serializer => _$gStargazersDataSerializer; Map toJson() => (_i1.serializers.serializeWith( GStargazersData.serializer, this, ) as Map); static GStargazersData? fromJson(Map json) => _i1.serializers.deserializeWith( GStargazersData.serializer, json, ); } abstract class GStargazersData_repository implements Built { GStargazersData_repository._(); factory GStargazersData_repository( [Function(GStargazersData_repositoryBuilder b) updates]) = _$GStargazersData_repository; static void _initializeBuilder(GStargazersData_repositoryBuilder b) => b..G__typename = 'Repository'; @BuiltValueField(wireName: '__typename') String get G__typename; GStargazersData_repository_stargazers get stargazers; static Serializer get serializer => _$gStargazersDataRepositorySerializer; Map toJson() => (_i1.serializers.serializeWith( GStargazersData_repository.serializer, this, ) as Map); static GStargazersData_repository? fromJson(Map json) => _i1.serializers.deserializeWith( GStargazersData_repository.serializer, json, ); } abstract class GStargazersData_repository_stargazers implements Built { GStargazersData_repository_stargazers._(); factory GStargazersData_repository_stargazers( [Function(GStargazersData_repository_stargazersBuilder b) updates]) = _$GStargazersData_repository_stargazers; static void _initializeBuilder( GStargazersData_repository_stargazersBuilder b) => b..G__typename = 'StargazerConnection'; @BuiltValueField(wireName: '__typename') String get G__typename; GStargazersData_repository_stargazers_pageInfo get pageInfo; BuiltList? get nodes; static Serializer get serializer => _$gStargazersDataRepositoryStargazersSerializer; Map toJson() => (_i1.serializers.serializeWith( GStargazersData_repository_stargazers.serializer, this, ) as Map); static GStargazersData_repository_stargazers? fromJson( Map json) => _i1.serializers.deserializeWith( GStargazersData_repository_stargazers.serializer, json, ); } abstract class GStargazersData_repository_stargazers_pageInfo implements Built { GStargazersData_repository_stargazers_pageInfo._(); factory GStargazersData_repository_stargazers_pageInfo( [Function(GStargazersData_repository_stargazers_pageInfoBuilder b) updates]) = _$GStargazersData_repository_stargazers_pageInfo; static void _initializeBuilder( GStargazersData_repository_stargazers_pageInfoBuilder b) => b..G__typename = 'PageInfo'; @BuiltValueField(wireName: '__typename') String get G__typename; bool get hasNextPage; String? get endCursor; static Serializer get serializer => _$gStargazersDataRepositoryStargazersPageInfoSerializer; Map toJson() => (_i1.serializers.serializeWith( GStargazersData_repository_stargazers_pageInfo.serializer, this, ) as Map); static GStargazersData_repository_stargazers_pageInfo? fromJson( Map json) => _i1.serializers.deserializeWith( GStargazersData_repository_stargazers_pageInfo.serializer, json, ); } abstract class GStargazersData_repository_stargazers_nodes implements Built, GUserParts { GStargazersData_repository_stargazers_nodes._(); factory GStargazersData_repository_stargazers_nodes( [Function(GStargazersData_repository_stargazers_nodesBuilder b) updates]) = _$GStargazersData_repository_stargazers_nodes; static void _initializeBuilder( GStargazersData_repository_stargazers_nodesBuilder b) => b..G__typename = 'User'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gStargazersDataRepositoryStargazersNodesSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GStargazersData_repository_stargazers_nodes.serializer, this, ) as Map); static GStargazersData_repository_stargazers_nodes? fromJson( Map json) => _i1.serializers.deserializeWith( GStargazersData_repository_stargazers_nodes.serializer, json, ); } abstract class GUserParts { String get G__typename; String get login; String? get name; String get avatarUrl; String? get location; DateTime get createdAt; Map toJson(); } abstract class GUserPartsData implements Built, GUserParts { GUserPartsData._(); factory GUserPartsData([Function(GUserPartsDataBuilder b) updates]) = _$GUserPartsData; static void _initializeBuilder(GUserPartsDataBuilder b) => b..G__typename = 'User'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gUserPartsDataSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GUserPartsData.serializer, this, ) as Map); static GUserPartsData? fromJson(Map json) => _i1.serializers.deserializeWith( GUserPartsData.serializer, json, ); } abstract class GOrgParts { String get G__typename; String get login; String? get name; String get avatarUrl; String? get location; DateTime get createdAt; Map toJson(); } abstract class GOrgPartsData implements Built, GOrgParts { GOrgPartsData._(); factory GOrgPartsData([Function(GOrgPartsDataBuilder b) updates]) = _$GOrgPartsData; static void _initializeBuilder(GOrgPartsDataBuilder b) => b..G__typename = 'Organization'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get login; @override String? get name; @override String get avatarUrl; @override String? get location; @override DateTime get createdAt; static Serializer get serializer => _$gOrgPartsDataSerializer; @override Map toJson() => (_i1.serializers.serializeWith( GOrgPartsData.serializer, this, ) as Map); static GOrgPartsData? fromJson(Map json) => _i1.serializers.deserializeWith( GOrgPartsData.serializer, json, ); }