OBJECT

AssociatedReference

Associated external reference of the report

link GraphQL Schema definition

  • type AssociatedReference {
  • # Code of the associated reference type.
  • reference_type_code: AssociatedReferenceTypeCode!
  • # Description of the associated reference type code.
  • reference_type_description: String!
  • # Actual reference ID value.
  • reference_id: String!
  • }