OBJECT
Crawl
link GraphQL Schema definition
- type Crawl {
- : [AnalyzerGroupResult!]!
- : [AnalyzerResult!]!
- # Arguments
- # snappableFid:
- (: String!): CrawlObj!
- : CrawlObjConnection!
- : Long!
- : Int!
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # filter:
- # sort:
- (
- : Int,
- : String,
- : Int,
- : String,
- : ListFileResultFiltersInput,
- : FileResultSortInput
- ): FileResultConnection!
- : Long!
- : Long!
- : Long!
- : Long!
- : String!
- : String!
- : Float!
- : [SnappableTypeSummary!]!
- : Long!
- : CrawlStatusEnum!
- : Int!
- : User
- }