OBJECT
CrawlObj
link GraphQL Schema definition
- type CrawlObj {
- : [AnalyzerGroupResult!]!
- : [AnalyzerResult!]!
- : Cluster!
- : String!
- : Long!
- : String!
- # 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:
- # stdPath:
- (
- : Int,
- : String,
- : Int,
- : String,
- : BrowseDirectoryFiltersInput,
- : FileResultSortInput,
- : String!
- ): FileResultConnection!
- : Long!
- : Long!
- : Long!
- : Long!
- : Float!
- : HierarchyObject!
- : String!
- : Long!
- : Long!
- : SnappableCrawlStatus!
- : Int!
- }