Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 255 Bytes

File metadata and controls

13 lines (9 loc) · 255 Bytes

GraphQl example

How to communicate with a GraphQL backend.

  • GraphQL queries and schemas are typed and validated.
  • CSS framework Bulma is used for UI.

cargo make start

Open 127.0.0.1:8000 in your browser.