Instance Propertygraphqlswift.graphql 3.0.0GraphQL
fields
Definition.swift:279var fields: () throws -> GraphQLFieldMap
Other members in extension
Type members
init(name: String, description: String?, fields: GraphQLFieldMap, interfaces: [GraphQLInterfaceType], isTypeOf: GraphQLIsTypeOf?, astNode: ObjectTypeDefinition?, extensionASTNodes: [TypeExtensionDefinition]
) throws init(name: String, description: String?, fields: @escaping () throws -> GraphQLFieldMap, interfaces: @escaping () throws -> [GraphQLInterfaceType], isTypeOf: GraphQLIsTypeOf?, astNode: ObjectTypeDefinition?, extensionASTNodes: [TypeExtensionDefinition]
) throws static func == (lhs: GraphQLObjectType, rhs: GraphQLObjectType
) -> Bool
Instance members
let astNode: ObjectTypeDefinition?
var debugDescription: String
let description: String?
let extensionASTNodes: [TypeExtensionDefinition]
var interfaces: () throws -> [GraphQLInterfaceType]
let isTypeOf: GraphQLIsTypeOf?
let kind: TypeKind
let name: String
var typeResolveResult: TypeResolveResult
func hash(into: inout Hasher
)