IdentityIssuer
The identity issuer, referenced by ID, optionally having a user-facing label
type IdentityIssuer {
id: ID!
label: String
}
Fields
IdentityIssuer.id
● ID!
non-null scalar
The id of the identity issuer
IdentityIssuer.label
● String
scalar
The label of the identity
Returned By
identityIssuers
query