Skip to content

GraphQL interface filter 'kind' no longer works since 4.3 #19729

@llamafilm

Description

@llamafilm

Deployment Type

Self-hosted

NetBox Version

v4.3.2

Python Version

3.12

Steps to Reproduce

Run this GraphQL query

{
  interface_list(filters: {kind: "physical"}) {
    id
  }
}

Expected Behavior

This worked in 4.2.4 and older versions

Observed Behavior

In 4.3.2 it fails

  "message": "Field 'kind' is not defined by type 'InterfaceFilter'. Did you mean 'AND' or 'id'?",

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtopic: GraphQLtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions