Skip to content

bearddan2000/golang-web-api-graphql-dolt-mutation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-web-api-graphql-dolt-mutation

Description

Using an Apollo server, built-in, query database data of 10 country objects with internet codes. Multiple filters applied to Countries field only. Added a mutation query that creates a new country object.

Tech stack

  • bash
  • dolt
  • golang

Docker stack

  • ubuntu:latest
  • dolthub/dolt-sql-server

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

To see help

sudo ./install.sh -h

Credits