Skip to content

Commit

Permalink
remove default_filter usage from groups topic in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Oct 30, 2024
1 parent 4ab645e commit 7d1111d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/topics/groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Infrahub automatically adds relationships to all objects for seamless integratio

```graphql
query {
device(id: "device-123") {
InfraDevice(hfid: ["device-123"]) {
member_of_groups {
name
description
Expand Down Expand Up @@ -75,4 +75,4 @@ The group functionality in Infrahub is designed to be extensible and is expected

- Dynamic Membership Rules: Ability to define dynamic rules for group membership based on object attributes or conditions.
- Integration with Access Control: Deeper integration with permission systems to control access and operations based on group memberships.
- Performance Optimizations: Efficient handling and querying of large groups for better scalability.
- Performance Optimizations: Efficient handling and querying of large groups for better scalability.

0 comments on commit 7d1111d

Please sign in to comment.