-
To my understanding, ArtemisClient would replace the usage of the normal GraphQLClient class provided by flutter_graphql. You can provide a fetchPolicy to that one; for ArtemisClient you provide links. Is it defaulting to a certain cache? I guess my confusion is that none of the examples use the normal GraphQLClient, though some mentions in the issues are using it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Never mind, I suppose it's just a normal HTTP client without any advanced features (which is probably for the better. I was asking to make sure things weren't randomly being cached). |
Beta Was this translation helpful? Give feedback.
Never mind, I suppose it's just a normal HTTP client without any advanced features (which is probably for the better. I was asking to make sure things weren't randomly being cached).