codeLocation

Information about where API code is located in the repository.

Examples

type CodeLocation {
  link: String
  callBranch: [String]
}

Fields

Field
Description
Supported fields

link String

URL or path link to the relevant code location

callBranch [String]

List of branch names where this code location is called or referenced

References

Fields with this object:

Last updated