awesome-bim

A curated collection of useful BIM (Building Information Modeling) resources, libraries, software and frameworks for AEC research, application development, data analysis, and general computation.

View the Project on GitHub mitevpi/awesome-bim

Back

GraphQL Resources

GraphQL Logo

Developer Essentials

GraphQL Portal

Central resource for language/framework-specific implementations of the GraphQL Schema.

Documentation Sample

GraphQL Yoga

Similar to Express.js for REST APIs, GraphQL Yoga abstracts most of the server configuration to create a GraphQL API.

Apollo GraphQL

Another framework for GraphQL implementation, but more involved than GraphQL Yoga.

Sample Projects & Code

GraphQL Yoga Template

Basic example of a GraphQL API using GraphQL Yoga.

GraphQL Apollo Template

Basic example of a GraphQL API using GraphQL Apollo Server.

GraphQL Yoga Samples

Collection of example GraphQL servers across different platforms using GraphQL Yoga.

GraphQL Boilerplates

Collection of example GraphQL servers ranging between Minimal, Basic, and Advanced.

Other Resources

Awesome GraphQL

Collection of useful resources for GraphQL implementation across a series of frameworks and languages.