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.
GraphQLFile.GraphQLFileError
ENUM
GraphQLFile.GraphQLFileError
Swift
1public enum GraphQLFileError: Error, LocalizedErrorCases
couldNotCreateInputStream
Swift
1case couldNotCreateInputStreamcouldNotGetFileSize(fileURL:)
Swift
1case couldNotGetFileSize(fileURL: URL)Properties
errorDescription
Swift
1public var errorDescription: String?