Assets Subgraph Reference
Thesu-assets subgraph provides comprehensive asset management capabilities including asset profiles, properties, relationships, and views.
Subgraph Information
- Name:
su-assets - Routing URL:
https://73qfchk50k.execute-api.us-west-2.amazonaws.com/poc/graphql - Last Updated: 2025-10-09
- SDL: View Schema
Overview
This subgraph owns:- Asset profiles and their configuration
- Individual assets and their properties
- Asset relationships and hierarchies
- View configurations for UI rendering
- Asset filters for workflow integration
- Asset conversion configurations
Root Types
Query Fields
Mutation Fields
Core Types
AssetProfile
Defines the structure and behavior of a class of assets.profile: Unique identifier for this asset profile typetitle: Human-readable namedisplayNameProperty: Property used for asset display nameproperties: Effective properties available on assetsrelationships: Defined relationships to other asset profiles
Asset
Individual asset instance.id: Unique asset identifier within profileprofile: Reference to asset profiledisplayName: Computed display name from profile configurationproperties: Dynamic properties from underlying datasetsobservation: Merged state observationgeometry: GeoJSON geometry if geospatialrelated: Navigate relationships to other assets
AssetRelationship
Union type for one-to-one or one-to-many relationships.AssetProfileRelationship
Defines a relationship between asset profiles.Pagination
Uses Relay-style cursor pagination:View Configurations
UI layout and visualization settings:Asset Filters
Reusable asset selections for workflows:Entity Extensions
This subgraph extends entities from other subgraphs:EntityOwner
IssueSubject
Common Patterns
Query Assets with Pagination
Update Asset Profile
Export Assets
Related Resources
- CAM Assets Subgraph - Camera-specific assets
- Full SDL Schema - Complete type definitions
Type Index
Key types defined in this subgraph:AssetProfile- Profile definitionsAsset- Individual assetsAssetPropertyDefinition- Property schemasAssetRelationship- Relationship dataAssetProfileViewConfiguration- UI configurationsAssetSelectionFilter- Reusable filtersPageInfo- Pagination metadata (@shareable)- GeoJSON types (@shareable)