Flaviojcf / go-graphql

This is a simple application built in Go to learn GraphQL basics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Go GraphQL Application

This is a simple application built in Go to learn GraphQL basics.

Overview

This application demonstrates how to set up a basic GraphQL server using Go. It includes:

  • A GraphQL server implemented with gqlgen library.
  • An in-memory database simulation.
  • Basic CRUD operations for managing data.
  • GraphQL schema definitions for querying and mutating data.

About

This is a simple application built in Go to learn GraphQL basics.


Languages

Language:Go 100.0%