You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

GraphQLBooleanCondition


STRUCT

GraphQLBooleanCondition

Swift
1public struct GraphQLBooleanCondition: GraphQLSelection

Methods

init(variableName:inverted:selections:)

Swift
1public init(variableName: String,
2            inverted: Bool,
3            selections: [GraphQLSelection])
Feedback

Edit on GitHub

Forums