Graphql

  • Flutter client

    07/04/2023

    We have seen the basic functionalities to manage our data that GraphQL offers us. Operations like Query, Mutation and Subscription of GraphQL allow us to obtain, create, update and delete data with a very simple and easy to learn syntax.

  • Hasura administration panel in depth

    30/01/2023

    We have seen the basic functionalities to manage our data that GraphQL offers us. Operations like Query, Mutation and Subscription of GraphQL allow us to obtain, create, update and delete data with a very simple and easy to learn syntax.

  • GraphQL basic features

    20/12/2022

    In the previous chapter we saw how to create a project with Hasura and Docker in a matter of minutes with docker-compose up -d we have launched a GraphQL API ready to use from the configuration of the docker-compose file indicated in the Hasura official documentation.

  • Deploying a GraphQL API in minutes with Hasura and Docker

    09/12/2022

    GraphQL is an open source query and data manipulation language for new or existing data. It was initially developed by Facebook in 2012 before becoming open source in 2015.