Skip to content

GraphQL Schema Reference

Target

GraphQL Schema definition

  • type Target {
  • id: String!
  • name: String
  • phases: [Phase] @deprecated( reason: "This field is no longer supported." )
  • tags: [Tag] @deprecated( reason: "This field is no longer supported." )
  • description: String
  • createTime: Float
  • updateTime: Float
  • }