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.
ApolloCodegenOptions.OutputFormat
ENUM
ApolloCodegenOptions.OutputFormat
Swift
1public enum OutputFormatEnum to select how you want to export your API files.
Cases
singleFile(atFileURL:)
Swift
1case singleFile(atFileURL: URL)Outputs everything into a single file at the given URL. NOTE: URL must be a file URL
multipleFiles(inFolderAtURL:)
Swift
1case multipleFiles(inFolderAtURL: URL)Outputs everything into individual files in a folder a the given URL NOTE: URL must be a folder URL