Is there a way to consume the gql queries from a url? Kind of having a centralized place for both Android and iOS queries. Even better if it is versioned.
b
bod
09/21/2024, 9:07 AM
Not natively but a dedicated git repo could be a simple way to do this?
bod
09/21/2024, 9:08 AM
Or did you mean a way to do this at runtime? As opposed to build time?
p
Pablichjenkov
09/21/2024, 6:55 PM
I mean build time. Yeah I was thinking of a repo too. I think that's more than enough.