Skip to content

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

Open
@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

No one assigned

    Labels

    severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: needs ownerThis issue is tentatively accepted pending a volunteer committed to its implementationtype: bugA confirmed report of unexpected behavior in the application

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions