Ocelot-Social/backend/graphql-with-apollo
2018-11-28 11:21:24 +00:00
..
2018-11-28 11:21:24 +00:00
2018-11-28 11:21:24 +00:00
2018-11-28 11:21:24 +00:00

GraphQL with Apollo

GraphQL is a data query language which provides an alternative to REST and ad-hoc web service architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server.

GraphQL Playground