AuthSourceJWTUpdateInput
No description
input AuthSourceJWTUpdateInput {
id: ID!
name: String
issuer: String
details: AuthSourceJWTDetailsInput
}
Fields
AuthSourceJWTUpdateInput.id ● ID! non-null scalar miscellaneous {#id}
AuthSourceJWTUpdateInput.name ● String scalar miscellaneous {#name}
AuthSourceJWTUpdateInput.issuer ● String scalar miscellaneous {#issuer}
AuthSourceJWTUpdateInput.details ● AuthSourceJWTDetailsInput input platform {#details}
Member Of
authSourceJWTUpdate mutation
Was this topic helpful?