Plugins | Zeus GraphQL codegen
Zeus also supports working with:
- various GraphQL clients via the use of TypedDocumentNode which is a type-safe query representation understood by Apollo, URQL and others
- React by enabling type-safe versions of
useQuery
, useMutation
and type-safe hooks useTypedQuery
, useTypedMutation
etc.
- StuccoJS subscriptions via the
--stuccoSubscriptions
flag