Tiven Wang
Wang Tiven January 18, 2018
425 favorite favorites
bookmark bookmark
share share

Queries, Mutations, Subscriptions

GraphiQL GraphQL Playground

Schema 对 API 数据结构的描述

Public GraphQL APIs:

  • SWAPI
  • GitHub API
  • Yelp

GraphQL vs. REST: https://dev-blog.apollodata.com/graphql-vs-rest-5d425123e34b

https://dzone.com/articles/rest-api-industry-debate-odata-vs-graphql-vs-ords

https://launchpad.graphql.com/new

https://blog.runscope.com/posts/you-might-not-need-graphql

GraphQL over REST

Apollo https://www.apollographql.com/

Apollo is a family of technologies you can incrementally add to your stack: Apollo Client to connect data to your UI, Apollo Engine for infrastructure and tooling, and Apollo Server to translate your REST API and backends into a GraphQL schema.

Public GraphQL APIs

https://github.com/APIs-guru/graphql-apis

https://github.com/hasura/graphql-engine/tree/master/community/tools/graphql2chartjs

With SAP

That doesn’t mean, however, that we can’t embrace the ideas of GraphQL in different areas. While I can’t imagine a straightforward replacement at the enterprise data store level, I can, for example, more easily imagine an annotation model in UI5 that would support data driven UIs with Fiori elements, based on a GraphQL powered backend. – SAP Blog - Monday morning thoughts: considering GraphQL

Comments

Back to Top