zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 622 forks source link

Update GraphqlClient Link after initialization💫 #1443

Open BenmoussaYounes opened 4 months ago

BenmoussaYounes commented 4 months ago

After my users log in i need to update my graphql client link to inlucde authorization headers, and when i do that i find my self adding more graphql client provider that do include the authirization header, i need a way to update the first graphql client instead of adding more graphql client provider each time .

This feature might be already implemented but i struggle to find it on docs 😅, thank you for help in advanced :)