To get started with data sync, a developer must: * write queries in their chosen client technology * enable the server to respond to those queries
Proposal re client technologies: * Give examples for angular (as used in showcase app and others) * link to resources for other technologies
Discussion at https://chat.google.com/room/AAAA_u92fRU/69E4X_FtrT0 Be inspired by https://www.apollographql.com/docs/react/essentials/queries {code} .Prerequisites * You have a GraphQL schema * You understand your framework, and can translate from Angular instructions
. Configure your voyager server to accept queries . Add libraries (or whatever) . Review your schema. . Test your query into playground. . Code your query. . Test your coded query.
{code} |
|