Leveraging Facebook's GraphQL

Has anyone expressed an interest in providing or using Facebook’s GraphQL?

we do get a number of requests for graph pattern in couchbase server. one option that has been useful is: https://github.com/dmaier-couchbase/cb-graph. I am not aware of any project yet with GraphQL

I’m going to use GraphQL through the Apollo Data Stack (by the Meteor guys) with N1QL for queries and the Sync Gateway REST API for mutations.

GraphQL, albeit its name, isn’t limited or even focused on graph pattern querying. It is a data query language that (in their own words) “represents a novel way of structuring the client-server contract”.

1 Like

@renato It is cool and I am interesting. Can you share your project?