AnySelectionSet


PROTOCOL

AnySelectionSet

Swift
1public protocol AnySelectionSet: SelectionSetEntityValue

Properties

schema

Swift
1static var schema: SchemaConfiguration.Type

selections

Swift
1static var selections: [Selection]

__parentType

Swift
1static var __parentType: ParentType

The GraphQL type for the SelectionSet.

This may be a concrete type (Object) or an abstract type (Interface, or Union).

__data

Swift
1var __data: DataDict

Methods

init(data:)

Swift
1init(data: DataDict)
Feedback

Edit on GitHub

Forums