You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initialiser for the struct ApolloSchemaDownloadConfiguration.HTTPHeader is internal, which means that custom HTTP headers cannot be added to a ApolloSchemaDownloadConfiguration.
Versions
Please fill in the versions you're currently using:
apollo-ios SDK version: 0.49.0
Xcode version: Version 13.0 beta 5
Swift version: 5.5.0
Package manager: Swift Package Manager
Steps to reproduce
Add the iOS Codegen Template to a project and attempt to define and pass custom HTTP headers for the downloadSchema command:
Bug report
The initialiser for the struct
ApolloSchemaDownloadConfiguration.HTTPHeader
is internal, which means that custom HTTP headers cannot be added to aApolloSchemaDownloadConfiguration
.Versions
Please fill in the versions you're currently using:
apollo-ios
SDK version: 0.49.0Steps to reproduce
Add the iOS Codegen Template to a project and attempt to define and pass custom HTTP headers for the
downloadSchema
command:Running the
downloadSchema
command then gives this error:The text was updated successfully, but these errors were encountered: