diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/CustomDate.scalar.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/CustomDate.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/CustomDate.scalar.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/CustomDate.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/ID.scalar.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/ID.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/ID.scalar.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/ID.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/Object.scalar.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/Object.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/Object.scalar.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/CustomScalars/Object.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/RelativeSize.enum.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/RelativeSize.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/RelativeSize.enum.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/RelativeSize.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/SkinCovering.enum.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/SkinCovering.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/SkinCovering.enum.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Enums/SkinCovering.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/MeasurementsInput.inputObject.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/MeasurementsInput.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/MeasurementsInput.inputObject.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/MeasurementsInput.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetAdoptionInput.inputObject.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetAdoptionInput.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetAdoptionInput.inputObject.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetAdoptionInput.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchFilters.inputObject.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchFilters.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchFilters.inputObject.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchFilters.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchInput.inputObject.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchInput.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchInput.inputObject.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/InputObjects/PetSearchInput.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Animal.interface.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Animal.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Animal.interface.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Animal.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/HousePet.interface.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/HousePet.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/HousePet.interface.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/HousePet.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Pet.interface.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Pet.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Pet.interface.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/Pet.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/WarmBlooded.interface.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/WarmBlooded.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/WarmBlooded.interface.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Interfaces/WarmBlooded.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Bird.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Bird.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Bird.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Bird.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Cat.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Cat.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Cat.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Cat.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Crocodile.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Crocodile.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Crocodile.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Crocodile.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Dog.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Dog.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Dog.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Dog.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Fish.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Fish.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Fish.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Fish.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Height.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Height.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Height.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Height.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Human.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Human.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Human.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Human.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Mutation.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Mutation.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Mutation.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Mutation.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/PetRock.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/PetRock.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/PetRock.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/PetRock.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Query.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Query.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Query.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Query.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Rat.object.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Rat.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Rat.object.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Objects/Rat.graphql.swift
diff --git a/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Unions/ClassroomPet.union.graphql.swift b/Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Unions/ClassroomPet.graphql.swift
similarity index 100%
rename from Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Unions/ClassroomPet.union.graphql.swift
rename to Sources/AnimalKingdomAPI/AnimalKingdomAPI/Sources/Schema/Unions/ClassroomPet.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/ID.scalar.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/ID.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/ID.scalar.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/ID.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/URI.scalar.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/URI.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/URI.scalar.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/CustomScalars/URI.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Actor.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Actor.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Actor.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Actor.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Assignable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Assignable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Assignable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Assignable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/AuditEntry.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/AuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/AuditEntry.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/AuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Closable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Closable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Closable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Closable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Comment.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Comment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Comment.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Comment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Deletable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Deletable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Deletable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Deletable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/EnterpriseAuditEntryData.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/EnterpriseAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/EnterpriseAuditEntryData.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/EnterpriseAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/GitObject.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/GitObject.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/GitObject.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/GitObject.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Labelable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Labelable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Labelable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Labelable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Lockable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Lockable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Lockable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Lockable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/MemberStatusable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/MemberStatusable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/MemberStatusable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/MemberStatusable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Minimizable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Minimizable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Minimizable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Minimizable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Node.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Node.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Node.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Node.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OauthApplicationAuditEntryData.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OauthApplicationAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OauthApplicationAuditEntryData.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OauthApplicationAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OrganizationAuditEntryData.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OrganizationAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OrganizationAuditEntryData.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/OrganizationAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/PackageOwner.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/PackageOwner.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/PackageOwner.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/PackageOwner.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProfileOwner.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProfileOwner.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProfileOwner.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProfileOwner.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProjectOwner.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProjectOwner.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProjectOwner.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/ProjectOwner.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Reactable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Reactable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Reactable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Reactable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryAuditEntryData.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryAuditEntryData.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryInfo.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryInfo.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryInfo.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryInfo.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryNode.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryNode.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryNode.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryNode.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryOwner.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryOwner.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryOwner.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/RepositoryOwner.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Sponsorable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Sponsorable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Sponsorable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Sponsorable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Starrable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Starrable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Starrable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Starrable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Subscribable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Subscribable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Subscribable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Subscribable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TeamAuditEntryData.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TeamAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TeamAuditEntryData.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TeamAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TopicAuditEntryData.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TopicAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TopicAuditEntryData.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/TopicAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UniformResourceLocatable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UniformResourceLocatable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UniformResourceLocatable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UniformResourceLocatable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Updatable.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Updatable.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Updatable.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/Updatable.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UpdatableComment.interface.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UpdatableComment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UpdatableComment.interface.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Interfaces/UpdatableComment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AddedToProjectEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AddedToProjectEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AddedToProjectEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AddedToProjectEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/App.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/App.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/App.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/App.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AssignedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AssignedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AssignedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AssignedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeFailedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeFailedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeFailedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeFailedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeSucceededEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeSucceededEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeSucceededEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/AutomaticBaseChangeSucceededEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefChangedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefChangedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefChangedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefChangedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefForcePushedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefForcePushedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefForcePushedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BaseRefForcePushedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Blob.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Blob.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Blob.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Blob.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Bot.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Bot.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Bot.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Bot.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BranchProtectionRule.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BranchProtectionRule.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BranchProtectionRule.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/BranchProtectionRule.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckRun.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckRun.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckRun.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckRun.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckSuite.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckSuite.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckSuite.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CheckSuite.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ClosedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ClosedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ClosedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ClosedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CodeOfConduct.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CodeOfConduct.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CodeOfConduct.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CodeOfConduct.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommentDeletedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommentDeletedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommentDeletedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommentDeletedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Commit.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Commit.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Commit.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Commit.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitComment.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitComment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitComment.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitComment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitCommentThread.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitCommentThread.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitCommentThread.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CommitCommentThread.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConnectedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConnectedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConnectedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConnectedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertToDraftEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertToDraftEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertToDraftEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertToDraftEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertedNoteToIssueEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertedNoteToIssueEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertedNoteToIssueEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ConvertedNoteToIssueEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CrossReferencedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CrossReferencedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CrossReferencedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/CrossReferencedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DemilestonedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DemilestonedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DemilestonedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DemilestonedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DependencyGraphManifest.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DependencyGraphManifest.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DependencyGraphManifest.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DependencyGraphManifest.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployKey.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployKey.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployKey.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployKey.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeployedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Deployment.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Deployment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Deployment.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Deployment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentEnvironmentChangedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentEnvironmentChangedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentEnvironmentChangedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentEnvironmentChangedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentStatus.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentStatus.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentStatus.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DeploymentStatus.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DisconnectedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DisconnectedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DisconnectedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/DisconnectedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Enterprise.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Enterprise.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Enterprise.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Enterprise.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseAdministratorInvitation.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseAdministratorInvitation.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseAdministratorInvitation.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseAdministratorInvitation.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseIdentityProvider.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseIdentityProvider.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseIdentityProvider.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseIdentityProvider.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseRepositoryInfo.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseRepositoryInfo.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseRepositoryInfo.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseRepositoryInfo.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerInstallation.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerInstallation.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerInstallation.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerInstallation.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccount.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccount.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccount.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccount.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountEmail.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountEmail.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountEmail.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountEmail.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountsUpload.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountsUpload.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountsUpload.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseServerUserAccountsUpload.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseUserAccount.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseUserAccount.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseUserAccount.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/EnterpriseUserAccount.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ExternalIdentity.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ExternalIdentity.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ExternalIdentity.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ExternalIdentity.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Gist.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Gist.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Gist.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Gist.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/GistComment.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/GistComment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/GistComment.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/GistComment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefDeletedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefDeletedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefDeletedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefDeletedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefForcePushedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefForcePushedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefForcePushedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefForcePushedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefRestoredEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefRestoredEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefRestoredEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/HeadRefRestoredEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IpAllowListEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IpAllowListEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IpAllowListEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IpAllowListEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Issue.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Issue.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Issue.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Issue.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueComment.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueComment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueComment.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueComment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueCommentConnection.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueCommentConnection.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueCommentConnection.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueCommentConnection.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueConnection.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueConnection.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueConnection.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/IssueConnection.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Label.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Label.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Label.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Label.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LabeledEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LabeledEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LabeledEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LabeledEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Language.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Language.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Language.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Language.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/License.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/License.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/License.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/License.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LockedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LockedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LockedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/LockedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Mannequin.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Mannequin.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Mannequin.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Mannequin.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarkedAsDuplicateEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarkedAsDuplicateEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarkedAsDuplicateEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarkedAsDuplicateEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceCategory.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceCategory.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceCategory.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceCategory.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceListing.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceListing.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceListing.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MarketplaceListing.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposClearAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposClearAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposClearAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposClearAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposDisableAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposDisableAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposDisableAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposDisableAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposEnableAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposEnableAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposEnableAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MembersCanDeleteReposEnableAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MentionedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MentionedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MentionedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MentionedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MergedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MergedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MergedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MergedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Milestone.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Milestone.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Milestone.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Milestone.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MilestonedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MilestonedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MilestonedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MilestonedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MovedColumnsInProjectEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MovedColumnsInProjectEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MovedColumnsInProjectEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/MovedColumnsInProjectEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OauthApplicationCreateAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OauthApplicationCreateAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OauthApplicationCreateAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OauthApplicationCreateAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddBillingManagerAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddBillingManagerAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddBillingManagerAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddBillingManagerAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgAddMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgBlockUserAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgBlockUserAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgBlockUserAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgBlockUserAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigDisableCollaboratorsOnlyAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigDisableCollaboratorsOnlyAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigDisableCollaboratorsOnlyAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigDisableCollaboratorsOnlyAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigEnableCollaboratorsOnlyAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigEnableCollaboratorsOnlyAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigEnableCollaboratorsOnlyAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgConfigEnableCollaboratorsOnlyAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgCreateAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgCreateAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgCreateAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgCreateAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableOauthAppRestrictionsAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableOauthAppRestrictionsAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableOauthAppRestrictionsAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableOauthAppRestrictionsAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableSamlAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableSamlAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableSamlAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableSamlAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableTwoFactorRequirementAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableTwoFactorRequirementAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableTwoFactorRequirementAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgDisableTwoFactorRequirementAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableOauthAppRestrictionsAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableOauthAppRestrictionsAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableOauthAppRestrictionsAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableOauthAppRestrictionsAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableSamlAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableSamlAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableSamlAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableSamlAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableTwoFactorRequirementAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableTwoFactorRequirementAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableTwoFactorRequirementAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgEnableTwoFactorRequirementAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteToBusinessAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteToBusinessAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteToBusinessAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgInviteToBusinessAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessApprovedAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessApprovedAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessApprovedAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessApprovedAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessDeniedAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessDeniedAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessDeniedAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessDeniedAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessRequestedAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessRequestedAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessRequestedAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgOauthAppAccessRequestedAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveBillingManagerAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveBillingManagerAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveBillingManagerAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveBillingManagerAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveOutsideCollaboratorAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveOutsideCollaboratorAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveOutsideCollaboratorAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRemoveOutsideCollaboratorAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipOrganizationAuditEntryData.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipOrganizationAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipOrganizationAuditEntryData.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipOrganizationAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipRepositoryAuditEntryData.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipRepositoryAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipRepositoryAuditEntryData.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipRepositoryAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipTeamAuditEntryData.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipTeamAuditEntryData.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipTeamAuditEntryData.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgRestoreMemberMembershipTeamAuditEntryData.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUnblockUserAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUnblockUserAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUnblockUserAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUnblockUserAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateDefaultRepositoryPermissionAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateDefaultRepositoryPermissionAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateDefaultRepositoryPermissionAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateDefaultRepositoryPermissionAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryCreationPermissionAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryCreationPermissionAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryCreationPermissionAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryCreationPermissionAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Organization.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Organization.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Organization.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Organization.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationIdentityProvider.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationIdentityProvider.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationIdentityProvider.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationIdentityProvider.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationInvitation.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationInvitation.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationInvitation.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/OrganizationInvitation.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Package.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Package.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Package.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Package.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageFile.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageFile.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageFile.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageFile.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageTag.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageTag.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageTag.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageTag.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageVersion.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageVersion.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageVersion.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PackageVersion.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedIssue.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedIssue.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedIssue.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PinnedIssue.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingDisableAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingDisableAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingDisableAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingDisableAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingEnableAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingEnableAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingEnableAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PrivateRepositoryForkingEnableAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Project.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Project.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Project.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Project.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectCard.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectCard.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectCard.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectCard.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectColumn.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectColumn.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectColumn.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ProjectColumn.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PublicKey.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PublicKey.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PublicKey.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PublicKey.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequest.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequest.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequest.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequest.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommit.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommit.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommit.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommit.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommitCommentThread.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommitCommentThread.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommitCommentThread.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestCommitCommentThread.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReview.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReview.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReview.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReview.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewComment.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewComment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewComment.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewComment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewThread.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewThread.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewThread.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PullRequestReviewThread.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Push.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Push.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Push.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Push.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PushAllowance.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PushAllowance.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PushAllowance.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/PushAllowance.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Query.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Query.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Query.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Query.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Reaction.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Reaction.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Reaction.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Reaction.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReadyForReviewEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReadyForReviewEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReadyForReviewEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReadyForReviewEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Ref.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Ref.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Ref.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Ref.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReferencedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReferencedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReferencedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReferencedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Release.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Release.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Release.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Release.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReleaseAsset.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReleaseAsset.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReleaseAsset.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReleaseAsset.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RemovedFromProjectEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RemovedFromProjectEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RemovedFromProjectEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RemovedFromProjectEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RenamedTitleEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RenamedTitleEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RenamedTitleEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RenamedTitleEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReopenedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReopenedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReopenedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReopenedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAccessAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAccessAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAccessAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAccessAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddTopicAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddTopicAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddTopicAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoAddTopicAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoArchivedAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoArchivedAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoArchivedAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoArchivedAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoChangeMergeSettingAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoChangeMergeSettingAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoChangeMergeSettingAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoChangeMergeSettingAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableAnonymousGitAccessAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableAnonymousGitAccessAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableAnonymousGitAccessAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableAnonymousGitAccessAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableCollaboratorsOnlyAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableCollaboratorsOnlyAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableCollaboratorsOnlyAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableCollaboratorsOnlyAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableContributorsOnlyAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableContributorsOnlyAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableContributorsOnlyAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableContributorsOnlyAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableSockpuppetDisallowedAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableSockpuppetDisallowedAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableSockpuppetDisallowedAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigDisableSockpuppetDisallowedAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableAnonymousGitAccessAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableAnonymousGitAccessAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableAnonymousGitAccessAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableAnonymousGitAccessAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableCollaboratorsOnlyAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableCollaboratorsOnlyAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableCollaboratorsOnlyAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableCollaboratorsOnlyAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableContributorsOnlyAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableContributorsOnlyAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableContributorsOnlyAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableContributorsOnlyAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableSockpuppetDisallowedAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableSockpuppetDisallowedAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableSockpuppetDisallowedAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigEnableSockpuppetDisallowedAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigLockAnonymousGitAccessAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigLockAnonymousGitAccessAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigLockAnonymousGitAccessAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigLockAnonymousGitAccessAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigUnlockAnonymousGitAccessAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigUnlockAnonymousGitAccessAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigUnlockAnonymousGitAccessAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoConfigUnlockAnonymousGitAccessAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoCreateAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoCreateAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoCreateAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoCreateAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoDestroyAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoDestroyAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoDestroyAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoDestroyAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveTopicAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveTopicAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveTopicAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepoRemoveTopicAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Repository.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Repository.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Repository.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Repository.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryInvitation.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryInvitation.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryInvitation.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryInvitation.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryTopic.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryTopic.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryTopic.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryTopic.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeDisableAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeDisableAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeDisableAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeDisableAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeEnableAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeEnableAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeEnableAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVisibilityChangeEnableAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVulnerabilityAlert.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVulnerabilityAlert.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVulnerabilityAlert.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/RepositoryVulnerabilityAlert.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissalAllowance.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissalAllowance.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissalAllowance.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissalAllowance.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewDismissedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequest.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequest.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequest.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequest.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestRemovedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestRemovedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestRemovedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestRemovedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/ReviewRequestedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SavedReply.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SavedReply.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SavedReply.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SavedReply.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SecurityAdvisory.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SecurityAdvisory.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SecurityAdvisory.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SecurityAdvisory.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsListing.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsListing.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsListing.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsListing.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsTier.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsTier.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsTier.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SponsorsTier.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Sponsorship.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Sponsorship.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Sponsorship.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Sponsorship.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Status.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Status.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Status.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Status.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusCheckRollup.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusCheckRollup.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusCheckRollup.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusCheckRollup.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusContext.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusContext.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusContext.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/StatusContext.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SubscribedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SubscribedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SubscribedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/SubscribedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tag.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tag.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tag.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tag.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Team.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Team.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Team.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Team.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddRepositoryAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddRepositoryAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddRepositoryAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamAddRepositoryAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamChangeParentTeamAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamChangeParentTeamAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamChangeParentTeamAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamChangeParentTeamAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussion.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussion.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussion.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussion.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussionComment.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussionComment.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussionComment.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamDiscussionComment.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveMemberAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveMemberAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveMemberAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveMemberAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveRepositoryAuditEntry.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveRepositoryAuditEntry.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveRepositoryAuditEntry.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TeamRemoveRepositoryAuditEntry.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Topic.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Topic.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Topic.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Topic.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TransferredEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TransferredEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TransferredEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/TransferredEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tree.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tree.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tree.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/Tree.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnassignedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnassignedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnassignedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnassignedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlabeledEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlabeledEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlabeledEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlabeledEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlockedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlockedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlockedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnlockedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnmarkedAsDuplicateEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnmarkedAsDuplicateEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnmarkedAsDuplicateEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnmarkedAsDuplicateEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnpinnedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnpinnedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnpinnedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnpinnedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnsubscribedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnsubscribedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnsubscribedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UnsubscribedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/User.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/User.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/User.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/User.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserBlockedEvent.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserBlockedEvent.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserBlockedEvent.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserBlockedEvent.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserContentEdit.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserContentEdit.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserContentEdit.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserContentEdit.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserStatus.object.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserStatus.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserStatus.object.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Objects/UserStatus.graphql.swift
diff --git a/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Unions/IssueOrPullRequest.union.graphql.swift b/Sources/GitHubAPI/GitHubAPI/Sources/Schema/Unions/IssueOrPullRequest.graphql.swift
similarity index 100%
rename from Sources/GitHubAPI/GitHubAPI/Sources/Schema/Unions/IssueOrPullRequest.union.graphql.swift
rename to Sources/GitHubAPI/GitHubAPI/Sources/Schema/Unions/IssueOrPullRequest.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/CustomScalars/ID.scalar.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/CustomScalars/ID.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/CustomScalars/ID.scalar.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/CustomScalars/ID.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Enums/Episode.enum.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Enums/Episode.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Enums/Episode.enum.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Enums/Episode.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ColorInput.inputObject.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ColorInput.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ColorInput.inputObject.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ColorInput.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ReviewInput.inputObject.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ReviewInput.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ReviewInput.inputObject.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/InputObjects/ReviewInput.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Interfaces/Character.interface.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Interfaces/Character.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Interfaces/Character.interface.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Interfaces/Character.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Droid.object.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Droid.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Droid.object.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Droid.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Human.object.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Human.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Human.object.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Human.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Mutation.object.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Mutation.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Mutation.object.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Mutation.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Query.object.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Query.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Query.object.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Query.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Review.object.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Review.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Review.object.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Review.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Starship.object.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Starship.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Starship.object.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Starship.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Subscription.object.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Subscription.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Subscription.object.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Objects/Subscription.graphql.swift
diff --git a/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Unions/SearchResult.union.graphql.swift b/Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Unions/SearchResult.graphql.swift
similarity index 100%
rename from Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Unions/SearchResult.union.graphql.swift
rename to Sources/StarWarsAPI/StarWarsAPI/Sources/Schema/Unions/SearchResult.graphql.swift
diff --git a/Sources/SubscriptionAPI/SubscriptionAPI/Sources/Schema/Objects/Subscription.object.graphql.swift b/Sources/SubscriptionAPI/SubscriptionAPI/Sources/Schema/Objects/Subscription.graphql.swift
similarity index 100%
rename from Sources/SubscriptionAPI/SubscriptionAPI/Sources/Schema/Objects/Subscription.object.graphql.swift
rename to Sources/SubscriptionAPI/SubscriptionAPI/Sources/Schema/Objects/Subscription.graphql.swift
diff --git a/Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/ID.scalar.swift b/Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/ID.swift
similarity index 100%
rename from Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/ID.scalar.swift
rename to Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/ID.swift
diff --git a/Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/Upload.scalar.swift b/Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/Upload.swift
similarity index 100%
rename from Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/Upload.scalar.swift
rename to Sources/UploadAPI/UploadAPI/Sources/Schema/CustomScalars/Upload.swift
diff --git a/Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/File.object.graphql.swift b/Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/File.graphql.swift
similarity index 100%
rename from Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/File.object.graphql.swift
rename to Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/File.graphql.swift
diff --git a/Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/Mutation.object.graphql.swift b/Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/Mutation.graphql.swift
similarity index 100%
rename from Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/Mutation.object.graphql.swift
rename to Sources/UploadAPI/UploadAPI/Sources/Schema/Objects/Mutation.graphql.swift