intentProjects

Returns all IntentProjects

Returns

[IntentProject!]!
[IntentProject!]!
Collapse
  • id
    Unique (within a single organization), immutable name of the intent project.
  • Fancy, mutable name of the intent project to show in the UI.
  • description
    Free-form intent project description for the users, supports Markdown.
  • createdAt
    Unix timestamp representing the intent project creation.
  • updatedAt
    Unix timestamp of the last intent project update.
  • lastUsedAt
    Unix timestamp when this intent project was last used.
  • lastResourcesUpdatedAt
    Unix timestamp when any resource in this intent project was last modified.
  • createdBy
    Who created this intent project.
  • lockedBySessionID
    Session ID that has locked this intent project.
  • lockedBySessionAt
    Unix timestamp when this intent project was locked.
  • lockedBy
    User that has locked this intent project.
  • isLocked
    True if intent project is locked
  • lockedUntil
    Lock expiration time unix timestamp.