// @generated // This file was automatically generated and should not be edited. import ApolloAPI public protocol SelectionSet: ApolloAPI.SelectionSet & ApolloAPI.RootSelectionSet where Schema == Tonbo.SchemaMetadata {} public protocol InlineFragment: ApolloAPI.SelectionSet & ApolloAPI.InlineFragment where Schema == Tonbo.SchemaMetadata {} public protocol MutableSelectionSet: ApolloAPI.MutableRootSelectionSet where Schema == Tonbo.SchemaMetadata {} public protocol MutableInlineFragment: ApolloAPI.MutableSelectionSet & ApolloAPI.InlineFragment where Schema == Tonbo.SchemaMetadata {} public enum SchemaMetadata: ApolloAPI.SchemaMetadata { public static let configuration: any ApolloAPI.SchemaConfiguration.Type = SchemaConfiguration.self public static func objectType(forTypename typename: String) -> ApolloAPI.Object? { switch typename { case "Query": return Tonbo.Objects.Query case "User": return Tonbo.Objects.User default: return nil } } } public enum Objects {} public enum Interfaces {} public enum Unions {}