top of page
Search
The Tech Platform
Mar 6, 2021
How to Combine GraphQL Type Definitions Quickly and Easily with Apollo-Server
If you’re adding more types, queries, and mutations to a GraphQL project, you may quickly find your initial type definition file growing...
The Tech Platform
Mar 3, 2021
GraphQL Resolvers
This post is the first part of a series of best practices and observations we have made while building GraphQL APIs at PayPal. In...
The Tech Platform
Feb 6, 2021
Building APIs with Ruby on Rails and GraphQL
Designing APIs for mobile and web applications has become a very common problem today. Since the burst of smartphones a decade ago (and...
The Tech Platform
Feb 4, 2021
How to build a GraphQL server
Apollo is a set of tools for building GraphQL applications, especially suited for building on top of your existing data. There are three...
The Tech Platform
Nov 7, 2020
GraphQL?
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and...
The Tech Platform
Nov 7, 2020
Queries and Mutations
On this page, you'll learn in detail about how to query a GraphQL server. Fields At its simplest, GraphQL is about asking for specific...
The Tech Platform
Sep 13, 2020
What is GraphQL?
GraphQL is a query language, an execution engine, and a specification, and it's leading developers to rethink how they build client and...
The Tech Platform
Aug 29, 2020
Combine GraphQL with Java to build a flexible and modern API
Avoid under-fetching and over-fetching data when retrieving data using REST APIs. In the past few years, developers have used RESTful web...
bottom of page