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
Remove URL parameters in favour of path-based (String) parameters. Paths indicate a file system which better expresses intent of this part of codegen; it also brings ApolloSchemaDownloadConfiguration inline with recent changes to the FileManager extension.
There are two parts of work here:
URL
parameters in favour of path-based (String
) parameters. Paths indicate a file system which better expresses intent of this part of codegen; it also bringsApolloSchemaDownloadConfiguration
inline with recent changes to theFileManager
extension.Drop the download timeout property and associated logic in favour ofURLSessionConfiguration
timeout customization.The text was updated successfully, but these errors were encountered: