Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
public struct StandardIndexCursorTranslator : IndexCursorTranslator
-
Standard Edge
This is the default implementation of an Edge. It has the node and cursor and nothing else.
See moreDeclaration
Swift
public struct StandardEdge<Node> : EdgeProtocol, ConcreteResolvable where Node : ConcreteResolvable, Node : OutputResolvable
-
Undocumented
See moreDeclaration
Swift
@propertyWrapper public struct Ignore<T> where T : OutputResolvable
extension Ignore: Encodable where T: Encodable
extension Ignore: Decodable where T: Decodable
-
Undocumented
See moreDeclaration
Swift
@propertyWrapper public struct Inline<Wrapped> where Wrapped : GraphQLObject
-
Undocumented
See moreDeclaration
Swift
@propertyWrapper public struct InlineAsInterface<Wrapped> where Wrapped : GraphQLObject