1 2 3 4 5 6 7 8 9 10 11 12 13
// @generated // This file was automatically generated and should not be edited. import ApolloAPI public extension Objects { /// A user static let User = ApolloAPI.Object( typename: "User", implementedInterfaces: [], keyFields: nil ) }