Simeón Yordanov

Español | English

foto_graph
Categories: Tech

Writing a Graphql NodeJS Server that fetches it’s schema from Git

9/12/22 12:00 AM

A few months ago, I was asked to make some changes in TravelgateX's API GraphQL schema. After making the changes and installing our API in the production environment, I started thinking of ways that these GraphQL schema changes can be made more efficiently and using a mix of different tools and technologies that our company uses. A collegue of mine suggested that the schema can be loaded in a Github repository and then, once the application is started, it can be fetched and loaded as the current versión of the GraphQL schema used by the API.

Read More »