EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
Selection.BooleanCondition
STRUCT
Selection.BooleanCondition
Swift
1public struct BooleanConditionMethods
init(variableName:inverted:selections:)
Swift
1public init(variableName: String,
2 inverted: Bool,
3 selections: [Selection])