Context
public struct Context
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public func viewerContext<T>() throws -> T - 
                  
                  
Undocumented
Declaration
Swift
public mutating func append(type: Node.Type) - 
                  
                  
Undocumented
Declaration
Swift
public func appending(type: GraphQLType, as name: String) -> Resolution.Context - 
                  
                  
Undocumented
Declaration
Swift
public mutating func append(type: GraphQLType, as name: String) - 
                  
                  
Undocumented
Declaration
Swift
public func appending(reference type: GraphQLOutputType, as name: String) -> Resolution.Context - 
                  
                  
Undocumented
Declaration
Swift
public mutating func append(reference type: GraphQLOutputType, as name: String) - 
                  
                  
Undocumented
Declaration
Swift
public func appending(unresolved type: OutputResolvable.Type, as name: String) -> Resolution.Context - 
                  
                  
Undocumented
Declaration
Swift
public mutating func append(unresolved type: OutputResolvable.Type, as name: String) - 
                  
                  
Undocumented
Declaration
Swift
public func removingUnresolved(with name: String) -> Resolution.Context - 
                  
                  
Undocumented
Declaration
Swift
public mutating func removeUnresolved(with name: String) - 
                  
                  
Undocumented
Declaration
Swift
@discardableResult public mutating func resolve(type: OutputResolvable.Type) throws -> GraphQLOutputType - 
                  
                  
Undocumented
Declaration
Swift
public mutating func resolve(type: InputResolvable.Type) throws -> GraphQLInputType - 
                  
                  
Undocumented
Declaration
Swift
public mutating func reference(for type: OutputResolvable.Type) throws -> GraphQLOutputType - 
                  
                  
Undocumented
Declaration
Swift
public mutating func resolveInterface(object: GraphQLObject.Type) throws -> GraphQLInterfaceType 
            View on GitHub
          
      Context Structure Reference