chore: update gqlgen to 0.17.20

This commit is contained in:
Lakhan Samani
2022-09-30 15:37:59 +05:30
parent cfbce17ab8
commit 6f46f1e6ef
9 changed files with 7179 additions and 3199 deletions

View File

@@ -2,7 +2,7 @@ package handlers
import (
"github.com/99designs/gqlgen/graphql/handler"
"github.com/authorizerdev/authorizer/server/graph"
graph "github.com/authorizerdev/authorizer/server/graph"
"github.com/authorizerdev/authorizer/server/graph/generated"
"github.com/gin-gonic/gin"
)