Module: Static::RecordAuthAudit

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"recordAuthAudit"
Query =
"  mutation recordAuthAudit($userPoolId: String!, $appType: String!, $appId: String!, $userId: String!, $event: String!, $message: String){\n  recordAuthAudit(userPoolId: $userPoolId, appType: $appType, appId: $appId, userId: $userId, event: $event, message: $message){\n      message\n      code\n      status\n  }\n}\n"