You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2020. It is now read-only.
The GraphQL operations file that can currently be generated using the "graphql" type is not useable with JS/TS as far as I know. When using the codegen feature of the Amplify CLI, three different files (mutations.ts, queries.ts and subscriptions.ts) are generated which contain the same operations as the file that this plugin generates but as strings. It would be great if this plugin could generate those files or at least one file with the operations as strings.
thisjeremiah, jimmyn, rgruenewald, valeeum, CasperAlant and 1 more