Skip to content

Feature Request: Support for Automatic persisted queries #582

@Arthurius

Description

@Arthurius

To improve network performance with GraphQL, it would really be nice to have the option to enable APQ in the iOS ApolloClient. On Android this feature is already implemented like this:

ApolloClient.builder()
     /* ... */
     .enableAutoPersistedQueries(true)
     /* ... */
     .build()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementIssues outlining new things we want to do or things that will make our lives as devs easier

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions