Docs

Docs

  • Getting Started
  • Features
  • Docs
  • API
  • FAQS

›GraphQL

Getting Started

  • Introduction
  • Terms

Models

  • Analysis
  • Audit
  • Detection
  • Frame
  • Record
  • Report
  • Request
  • Target

Audits

  • Dialog Events
  • Download Events
  • History Events
  • Screenshots
  • Texts
  • Vibrate Events

Detections

  • Adware
  • Auto Download
  • Auto Redirect
  • Auto Redirect App Market
  • Auto Vibrate
  • Back Button Hijack
  • Blacklist
  • Browser Locker
  • Cryptocurrency Miner
  • JavaScript Dialog On Entry
  • JavaScript Dialog On Exit
  • Landing Page Error
  • Malicious URL
  • Malware
  • NSFW
  • Phishing URL
  • Potentially Unwanted Programs
  • Ransomware
  • Scareware
  • Suspicious TLD
  • SSL Non Compliant

GraphQL

  • Interfaces
  • Enums
  • Scalars
  • Account
  • AlertRules
  • Analysis
  • Consumption
  • Device
  • Location
  • Notification
  • Organization
  • Plan
  • Project
  • Recognition
  • User
  • Viewer
  • Violation

Account

version   : 0.0.0
stability : stable

Objects

Account

Fields

NameTypeDescription
addressStringThe account's address.
countryStringThe account's country according to the ISO 3166-1 alpha 3 code.
descriptionStringThe account's description.
emailStringThe account's email.
idID!The account's identifier.
loginString!The account's login name.
nameString!The account's public profile name.
phoneStringThe account's phone.
planPlanThe account's plan.
organizationOrganizationThe account's organization.
vatStringThe account's vat.
notificationTimestampsStringThe timestamps when notifications were sent.
betaBooleanAccount with access to beta features.
userUserFind an user by its login that belongs to the account.

AccountEdge

Fields

NameTypeDescription
cursorID!-
nodeAccount-

PageInfo

Information about type pagination in a connection. Fields

NameTypeDescription
startCursorIDWhen paginating backwards, the cursor to continue.
endCursorIDWhen paginating forwards, the cursor to continue.
hasNextPageBoolean!When paginating forwards, are there more items?
hasPreviousPageBoolean!When paginating backwards, are there more items?

AccountConnection

Fields

NameTypeDescription
edges[AccountEdge]!-
nodes[Account]!-
pageInfoPageInfo!-

Queries

account

Returns: Account

Arguments

NameTypeDescription
loginString!-

accounts

Returns: AccountConnection

Arguments

NameTypeDescription
firstInt!-
afterString-

Mutations

createAccount

Returns: Account

Arguments

NameTypeDescription
inputCreateAccountMutationInput!-

updateAccount

Returns: Account

Arguments

NameTypeDescription
inputUpdateAccountMutationInput!-

deleteAccount

Returns: Account

Arguments

NameTypeDescription
inputDeleteAccountMutationInput!-

Inputs

CreateAccountMutationInput

Fields

NameTypeDescriptionDefault
addressConstraintStringThe account's address.-
countryConstraintStringThe account's country according to the ISO 3166-1 alpha 3 code.-
descriptionConstraintStringThe account's description.-
emailConstraintStringThe account's email.-
nameConstraintStringThe account's public profile name.-
phoneConstraintStringThe account's phone.-
planConstraintStringThe account's plan.-
vatConstraintStringThe account's vat.-
betaBooleanAccount with access to beta features.-

UpdateAccountMutationInput

Fields

NameTypeDescriptionDefault
addressConstraintStringThe account's address.-
countryConstraintStringThe account's country according to the ISO 3166-1 alpha 3 code.-
descriptionConstraintStringThe account's description.-
emailConstraintStringThe account's email.-
loginConstraintStringThe account's login name.-
nameConstraintStringThe account's public profile name.-
phoneConstraintStringThe account's phone.-
planConstraintStringThe account's plan.-
vatConstraintStringThe account's vat.-
betaBooleanAccount with access to beta features.-

DeleteAccountMutationInput

Fields

NameTypeDescriptionDefault
loginConstraintStringThe account's login name.-
← ScalarsAlertRules →
  • Objects
    • Account
    • AccountEdge
    • PageInfo
    • AccountConnection
  • Queries
    • account
    • accounts
  • Mutations
    • createAccount
    • updateAccount
    • deleteAccount
  • Inputs
    • CreateAccountMutationInput
    • UpdateAccountMutationInput
    • DeleteAccountMutationInput
Copyright © 2024 AdSecure