AppApikeyWhereInput
Input to query AppApikey by token or organization+appCode
input AppApikeyWhereInput {
token: ID
orgAndCode: AppApikeyOrgAndCodeInput
}
Fields
AppApikeyWhereInput.token ● ID scalar
API token (search by token OR by orgAndCode, but not both)
AppApikeyWhereInput.orgAndCode ● AppApikeyOrgAndCodeInput input
Organization and application code together
Member Of
admin.appApikey query