Skip to content

Instantly share code, notes, and snippets.

@stunti
stunti / graphql-go-mongodb-example.go
Last active January 25, 2019 02:29 — forked from aquiseb/graphql-go-mongodb-example.go
Minimal example of GraphQL Golang and MongoDB playing nicely together. Edit
// Embedded in this article https://medium.com/p/c98e491015b6
package main
import (
"context"
"fmt"
"log"
"net/http"
"time"