Types
CodebaseDirectoryListing
Represents a codebase directory listing in the GraphQL API.
object
CodebaseDirectoryListingFields
path
String!
Filesystem path associated with this codebase directory listing.
parentPath
String
Filesystem path associated with this codebase directory listing. May be null when unavailable or not applicable.
homePath
String!
Filesystem path associated with this codebase directory listing.
entries
Entries associated with this codebase directory listing.
truncated
Boolean!
Whether this codebase directory listing is truncated.