OBJECT

AssignmentResourceDetails

Description

List of resource details.

link GraphQL Schema definition

  • type AssignmentResourceDetails {
  • # ID of the resource.
  • resourceId: String!
  • # Name of the resource.
  • resourceName: String!
  • # Type of the resource.
  • resourceType: DataGovObjectType!
  • # Boolean flag to signify whether the resource is a higher level resource.
  • isHigherLevelResource: Boolean!
  • }