Accepts input for finding component relationships.
| Property Name | Type | Description |
|---|---|---|
| after | InputMaybe<String> | The relationships to be returned after the specified cursor position. |
| direction | CompassRelationshipDirection | The direction of relationships to be searched for. |
| filters | InputMaybe<CompassRelationshipQueryFilters> | The filters for the relationships to be searched for. |
| first | InputMaybe<Number> | The number of relationships to return in the query. |
| relationshipType | CompassRelationshipTypeInput | The filter for the relationship type to be searched for. |
Rate this page: