feat: add ability to write custom script for access token (#63)

Resolves #54
This commit is contained in:
Lakhan Samani
2021-10-24 06:24:12 +05:30
committed by GitHub
parent f4992010ed
commit 4649391169
4 changed files with 327 additions and 21 deletions

View File

@@ -55,6 +55,11 @@ models:
- github.com/99designs/gqlgen/graphql.Int
- github.com/99designs/gqlgen/graphql.Int64
- github.com/99designs/gqlgen/graphql.Int32
Float:
model:
- github.com/99designs/gqlgen/graphql.Float
- github.com/99designs/gqlgen/graphql.Float64
- github.com/99designs/gqlgen/graphql.Float32
Int64:
model:
- github.com/99designs/gqlgen/graphql.Int64