Skip to content

What we’re about

Anybody interested in GraphQL or related technologies like Apollo, AppSync, Primsa, Gatsby and so - join us in our hopefully bi-monthly events.

About GraphQL

GraphQL was developed internally at Facebook in 2012. Its main goal was to allow Native Mobile teams to quickly build new products and collaborate within the large Facebook ecosystem without disrupting existing Data Services. In July 2015, Facebook decided to open source it. They published an specification (https://facebook.github.io/graphql/), and provided a reference implementation, using JavaScript (graphql-js (https://github.com/graphql/graphql-js)), to get feedback from the community and allow other implementations to emerge.

GraphQL can be used either to refer to the GraphQL Specification (https://facebook.github.io/graphql/), an implementation of a GraphQL Server or the Data Query Language.

Today there are many GraphQL Server implementations using: Python (graphene (https://github.com/graphql-python/graphene)), Scala (sangria (https://github.com/sangria-graphql/sangria)), Go (https://github.com/graphql-go/graphql), PHP (https://github.com/webonyx/graphql-php), Java (https://github.com/graphql-java/graphql-java) and more (https://github.com/chentsulin/awesome-graphql)!