Add nested insert and update mutations with support for connect and disconnect

This commit is contained in:
Vikram Rangnekar
2019-12-29 01:53:54 -05:00
parent 6831d3f56f
commit 482203ba05
10 changed files with 998 additions and 248 deletions

View File

@ -41,7 +41,7 @@ changelog: $(GITCHGLOG)
$(GOLANGCILINT):
@GO111MODULE=off curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOPATH)/bin v1.21.0
lint: $(GOMETALINTER)
lint: $(GOLANGCILINT)
@golangci-lint run ./... --skip-dirs-use-default
BINARY := super-graph