INPUT_OBJECT

GetApplicationJWT

link GraphQL Schema definition

1input GetApplicationJWT {
4
2# ID of the application's token
3appId: ID!
7
5# ID of the Organization scoped. Only use for superadmin.
6orgId: ID
10
8# The array of roleIds would be assigned to JWT Token
9roleIds: [ID]
11}