GraphQL was introduced to ease the access to backend data for frontend developers. https://www.linkedin.com/in/bobbiecochrane/ Besides optimization of data access being core to our DNA, optimization of GraphQL is important to opening up the aperture for rapid frontend development.

GraphQL alleviates this tension between frontend and backend developers, allowing the developers to request all and only the data they require from a single endpoint.

Much like the way relational databases separated the logical schema from the physical schema, opening up a new world for data independence and access optimization, GraphQL provides data independence between frontend data consumption from backend data retrieval.

At StepZen, we are adding a unique, declarative way to build and run GraphQL APIs accessing REST, database and GraphQL backends.

Related Articles