singleApplicationInput

Input type for querying a single application, including optional filters and pagination.

Examples

input SingleApplicationInput {
  applicationId: String!
  limit: Int
  offset: Int
  dateRange: DateRange
  scanId: String
}

Fields

Field
Description
Supported fields

applicationId String!

Unique identifier of the application to retrieve

limit Int

Maximum number of flow items to return

offset Int

Offset for paginated flow items (default is 0)

dateRange DateRange

Date range filter for retrieving flow items

from Float to Float

scanId String

Optional scan ID to query a specific scan. If not provided, the latest scan ID is used.

References

Queries using this object:

Last updated