async-graphql / examples

217 stars 54 forks source link

add Tide example #1

Closed vkill closed 4 years ago

vkill commented 4 years ago

Hi, there

Please review it. thank you.

vkill commented 4 years ago

Test starwars curl 'http://localhost:8000' -H 'Content-Type: application/json' --data-binary '{"query":"{ human(id:\"1000\") {name} }"}'

Test token-from-header curl 'http://localhost:8000' -H 'Content-Type: application/json' -H 'Token: 1234' --data-binary '{"query":"{ currentToken }"}'

sunli829 commented 4 years ago

Thank you very much.😁