feature: verify tokens
This commit is contained in:
@@ -6,6 +6,10 @@ type Mutation
|
||||
|
||||
type Query
|
||||
|
||||
scalar UID
|
||||
|
||||
scalar Int64
|
||||
|
||||
"""
|
||||
Maps a Time GraphQL scalar to a Go time.Time struct.
|
||||
"""
|
||||
@@ -20,6 +24,7 @@ scalar Map
|
||||
Go type interface{}
|
||||
"""
|
||||
scalar Any
|
||||
|
||||
scalar Void
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user