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.
DownloadMethod.OutputFormat
ENUM
DownloadMethod.OutputFormat
Swift
1public enum OutputFormat: String, Equatable, CustomStringConvertible, CodableThe output format for the downloaded schema. This is an option on Introspection schema downloads only. For Apollo Registry schema downloads, the schema will always be output as an SDL document
Cases
SDL
Swift
1case SDLA Schema Definition Language (SDL) document defining the schema as described in the GraphQL Specification
JSON
Swift
1case JSONA JSON schema definition provided as the result of a schema introspection query.
Properties
description
Swift
1public var description: String