fix: allow using cookie and header in case of validating jwt
This commit is contained in:
@@ -225,7 +225,7 @@ input SessionQueryInput {
|
||||
}
|
||||
|
||||
input IsValidJWTQueryInput {
|
||||
jwt: String!
|
||||
jwt: String
|
||||
roles: [String!]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user