Initializergraphqlswift.graphql 3.0.0GraphQL
init(queueLabel:queueQoS:)
Execute.swift:161init(queueLabel: String = "GraphQL field execution", queueQoS: DispatchQoS = .userInitiated)
init(queueLabel: String = "GraphQL field execution", queueQoS: DispatchQoS = .userInitiated)
s7GraphQL40ConcurrentDispatchFieldExecutionStrategyV10queueLabel0H3QoSACSS_0D00dJ1SVtcfc
What are these?
FNV24: [6QV2A]
import GraphQL
struct ConcurrentDispatchFieldExecutionStrategy
Serial field execution strategy that’s suitable for the “Evaluating selection sets” section of the spec for “read” mode.
@frozen struct String
A Unicode string value that is a collection of characters.
struct DispatchQoS
qos_class_t
init(dispatchQueue: DispatchQueue)
func executeFields(exeContext: ExecutionContext, parentType: GraphQLObjectType, sourceValue: Any, path: IndexPath, fields: OrderedDictionary<String, [Field]>) throws -> Future<OrderedDictionary<String, Any>>