Apollo Graph Rest APIs Now GA |
Written by Kay Ewbank | |||
Monday, 24 February 2025 | |||
Apollo GraphOS has been updated, with production ready REST APIs, a faster native query planner, and enhancements to the Visual Studio extension. Apollo is a suite of of open source tools for working with GraphQL, which includes the Apollo Server and Apollo Client libraries. GraphQL is a query language for APIs originally developed at Facebook then made open source with its own foundation. The GraphQL data query and manipulation language is database and storage engine agnostic. Options for using it include Apollo and Hasura. A GraphQL query is a string that is sent to a server to be interpreted and fulfilled, which then returns JSON back to the client. With GraphQL, you model your business domain as a graph that represents the relationships between the various pieces of data that you have and the entities you're trying to represent . Apollo's support for GraphQL provides a set of open-source and proprietary tools to enable developers to build apps with GraphQL. There's a JavaScript Apollo Server that can be used to create a custom GraphQL server, and a front-end client SDK. The new REST APIs can be used to map REST API endpoints to their GraphQL schema using a declarative syntax, creating This update also includes a new version of the Apollo Router. This is used to serve API workloads, and the new The developers have also released an improved version of the Visual Studio Code extension originally released last year. The updated version of Apollo GraphQL is available now. More InformationRelated ArticlesApollo Adds REST APIs For GraphQL Hasura GraphQL Adds REST Support Facebook GraphQL Gets Own Foundation Facebook Apollo NoSQL Database To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |