AssetTypeLinkConfiguration
type AssetTypeLinkConfiguration {
assetTypeId: ID!
enabled: Boolean!
grantCategories: [GrantCategoryResult!]!
relationTypeIds: [ID!]!
}Fields
assetTypeId ● ID! non-null scalar
enabled ● Boolean! non-null scalar
grantCategories ● [GrantCategoryResult!]! non-null union
relationTypeIds ● [ID!]! non-null scalar
Returned By
Implemented By
Last updated
Was this helpful?