GraphQL collides with Apache APIs IX to improve the security and performance in the API field

This paper introduces the characteristics of Apache apisid and GraphQL, and how to use Apache apisid, an API gateway, to proxy GraphQL requests, and puts forward a solution to the pain points of the actual scene.background information GraphQL is an open source, API oriented data query operation language and corresponding running environment. Or ...

Added by Fed51 on Tue, 08 Mar 2022 05:10:14 +0200

graphql+koa2 front end bff layer

Recently, I'm working on integrating graphql into the project. The reason is that the back end of our team uses restful specification. Redundant fields may appear in every query. To eliminate these redundant fields is not technical and time-consuming for back-end students. In addition, the back-end students are not very interested in the bff la ...

Added by antisback on Tue, 01 Mar 2022 05:46:52 +0200

Use Hot Chocolate and NET 6 to build GraphQL application -- Realizing Query mapping function

Series navigation Use Hot Chocolate and NET 6 to build GraphQL application article index demand In the last article Use Hot Chocolate and NET 6 to build GraphQL application (3) -- realizing the basic function of Query In, we left two problems. One is that the Posts results returned through the GraphQL interface did not get the associated Commen ...

Added by gwydionwaters on Sun, 30 Jan 2022 07:04:36 +0200