AppSync GraphQL using string based queries instead of generated types

116 Views Asked by At

I'm integrating AWS AppSync in my Android app but would like to use GraphQL query strings over the generated query types. This is because the queries being used may change at runtime and I don't want to regenerate and recompile the app to use new queries. I know that the generated query types are ultimately converted to string-based queries, but it doesn't seem that is exposed in the public API. Is there any way to use AWS AppSync with GraphQL string queries?

0

There are 0 best solutions below