AnySelectionSet
PROTOCOL
AnySelectionSet
Swift
1public protocol AnySelectionSet: SelectionSetEntityValueProperties
schema
Swift
1static var schema: SchemaConfiguration.Typeselections
Swift
1static var selections: [Selection]__parentType
Swift
1static var __parentType: ParentTypeThe GraphQL type for the SelectionSet.
This may be a concrete type (Object) or an abstract type (Interface, or Union).
__data
Swift
1var __data: DataDictMethods
init(data:)
Swift
1init(data: DataDict)