Add nested insert and update mutations with support for connect and disconnect
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user