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

Project

version   : 0.0.0
stability : stable

Objects

Project

Fields

NameTypeDescription
organizationOrganization!Owner organization.
accountAccount!Owner account.
ownerUser!Owner user.
idID!The project's identifier
loginString!The project's login name.
alertRuleAlertRuleThe alert rule for the Analysis
nameString!The project's name
createdAtDateTime!The project's creation time
updatedAtDateTime!The project's update time
statusProjectStatus!The project's status
locations[String]!List of the project's locations
notifications[String]List of the project's notifications
devices[String]!List of the project devices
lastScheduledAtDateTimeTime for the next iteration of the project
intervalInt!Interval of the project's iterations
iterationsInt!Number of current iterations of the project
maxIterationsInt!Number of maximum iterations of the project
contentString!The URL/HTML snippet to analyze
presetPresetList!The preset for the Project.

ProjectEdge

Fields

NameTypeDescription
cursorID!-
nodeProject-

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?

ProjectConnection

Fields

NameTypeDescription
edges[ProjectEdge]!-
nodes[Project]!-
pageInfoPageInfo!-

Queries

project

Returns: Project

Arguments

NameTypeDescription
loginString!-

projects

Returns: ProjectConnection

Arguments

NameTypeDescription
firstInt!-
afterString-

Mutations

createProject

Returns: Project

Arguments

NameTypeDescription
inputCreateProjectMutationInput!-

updateProject

Returns: Project

Arguments

NameTypeDescription
inputUpdateProjectMutationInput!-

deleteProject

Returns: Project

Arguments

NameTypeDescription
inputDeleteProjectMutationInput!-

Inputs

CreateProjectMutationInput

Fields

NameTypeDescriptionDefault
nameConstraintStringThe project's name, allowed characters are alphanumeric, whitespace as well as -_().,/:+# (max 64 characters)-
statusProjectStatusThe project's status-
locations[LocationInput]List of the project locations-
notifications[String]List of the project's notifications-
devices[String]List of the project devices-
intervalConstraintNumberInterval of the project's iterations-
maxIterationsIntNumber of maximum iterations of the project-
contentConstraintStringThe URL/HTML snippet to analyze-
alertRuleConstraintStringThe alert rule for the Analysis-
presetPresetListThe preset for the Project.-

UpdateProjectMutationInput

Fields

NameTypeDescriptionDefault
loginStringThe project's login name.-
nameConstraintStringThe project's name, allowed characters are alphanumeric, whitespace as well as -_().,/:+# (max 64 characters)-
locations[LocationInput]List of the project locations-
notifications[String]List of the project's notifications-
devices[String]List of the project devices-
statusProjectStatusThe project's status-
lastScheduledAtDateTimeTime for the next iteration of the project-
intervalConstraintNumberInterval of the project's iterations-
iterationsIntNumber of current iterations of the project-
maxIterationsIntNumber of maximum iterations of the project-
contentConstraintStringThe URL/HTML snippet to analyze-
alertRuleConstraintStringThe alert rule for the Analysis-
presetPresetListThe preset for the Project.-

DeleteProjectMutationInput

Fields

NameTypeDescriptionDefault
loginStringThe project's login.-
← PlanRecognition →
  • Objects
    • Project
    • ProjectEdge
    • PageInfo
    • ProjectConnection
  • Queries
    • project
    • projects
  • Mutations
    • createProject
    • updateProject
    • deleteProject
  • Inputs
    • CreateProjectMutationInput
    • UpdateProjectMutationInput
    • DeleteProjectMutationInput
Copyright © 2024 AdSecure