UpdateOAuthClientCredentialsInput
No description
input UpdateOAuthClientCredentialsInput {
id: ID!
shared: Boolean
canDecrypt: Boolean
scope: String
accessTokenUri: String
name: String
clientId: String
clientSecret: String
accessToken: String
}