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.
CompilationResult.InclusionCondition
ENUM
CompilationResult.InclusionCondition
Swift
1public enum InclusionCondition: JavaScriptValueDecodable, HashableCases
included
Swift
1case includedskipped
Swift
1case skippedvariable(_:isInverted:)
Swift
1case variable(String, isInverted: Bool)