Skip to content

bramalho/go-graphql-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go GraphQL PostgreSQL

docker-compose up -d
docker exec -i postgres psql -U user go_graphql_postgresql < data/db.sql

http://localhost:8088/graphql

{
 "query": "{users(name:\"User%\"){id, name, age, active}}"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages