Skip to content

GraphQL Schema Reference

Source

GraphQL Schema definition

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