Instance Propertygraphqlswift.graphql 3.0.0GraphQL
typeMap
Schema.swift:43let typeMap: TypeMap
Other members in extension
Type members
init(description: String?, query: GraphQLObjectType?, mutation: GraphQLObjectType?, subscription: GraphQLObjectType?, types: [GraphQLNamedType], directives: [GraphQLDirective], extensions: [GraphQLSchemaExtensions], astNode: SchemaDefinition?, extensionASTNodes: [SchemaExtensionDefinition], assumeValid: Bool
) throws
Instance members
let directives: [GraphQLDirective]
var implementations: [String : InterfaceImplementations]
let mutationType: GraphQLObjectType?
let queryType: GraphQLObjectType?
let subscriptionType: GraphQLObjectType?
func getDirective(name: String
) -> GraphQLDirective? func getImplementations(interfaceType: GraphQLInterfaceType
) -> InterfaceImplementations func getPossibleTypes(abstractType: GraphQLAbstractType
) -> [GraphQLObjectType] func getType(name: String
) -> GraphQLNamedType? func isPossibleType(abstractType: GraphQLAbstractType, possibleType: GraphQLObjectType
) throws -> Bool func isSubType(abstractType: GraphQLAbstractType, maybeSubType: GraphQLNamedType
) -> Bool