oAuth2ClientUpdate Mutation
Partially update an existing OAuth2Client by any of it's unique identifiers:
technical _id
, human-readable code
or OAuth2 client ID from credentials.clientId
.
Arguments
#
_id
ID !
Non-null
An identifier of a client. Values from _id
, code
or credentials.clientId
may be used here.
Response
#
Returns OAuth2Client .
Example
#
Previous
oAuth2ClientDelete
Next
officeEmployeeCreate