Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 593 Bytes

demosteps.md

File metadata and controls

12 lines (11 loc) · 593 Bytes

Demo Steps

  1. simple query showing declarative nature
  2. add author info: show __typename to show what type
  3. ... on GithubUser -> login and avatar_url
  4. add ... on GithubCommitAuthor -> name, email to show you can have both without conflict
  5. add a second repo and observe the error message.
  6. give each repo a name
  7. introduce a fragment for author on UserOrStringType
  8. show nesting that fragment in another on repo
  9. introduce query variables add one for each repoName and just 1 for owner. emphasize data type and ! for required
  10. introspection - look at __schema and __