opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
144 stars 7 forks source link

feature: `isnull` filter for queries #3716

Open ajtmccarty opened 1 week ago

ajtmccarty commented 1 week ago

Component

API Server / GraphQL

Describe the Feature Request

add a an isnull option to graphql queries that supports True and False values. should work for relationships and attributes

Describe the Use Case

the frontend needs to be able to identify nodes that do not have a particular relationship set. end-users also might find this filter valuable

Additional Information

No response