Mutation: registerOauthClient
operator {
integrationSettings {
crossOperatorFlightSupportSettings {
registerOauthClient(
clientId: OAuthClientId!
secret: String!
): Boolean!
}
}
}
Arguments
registerOauthClient.clientId ● OAuthClientId! non-null scalar
registerOauthClient.secret ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.