Assigned tags display only as strings in GraphQL API #5128

Closed
opened 2025-12-29 19:24:34 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 3, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.0-beta1

Python version

3.7

Steps to Reproduce

  1. Assign one or more tags to an object
  2. Make a GraphQLAPI request for that object including it assigned tags

Expected Behavior

The user should have the flexibility to specify the desired tag attributes (e.g. name, slug, color) to return.

Observed Behavior

Only the tag name is returned, as a string.

Originally created by @jeremystretch on GitHub (Aug 3, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.0-beta1 ### Python version 3.7 ### Steps to Reproduce 1. Assign one or more tags to an object 2. Make a GraphQLAPI request for that object including it assigned tags ### Expected Behavior The user should have the flexibility to specify the desired tag attributes (e.g. name, slug, color) to return. ### Observed Behavior Only the tag name is returned, as a string.
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 19:24:34 +01:00
adam closed this issue 2025-12-29 19:24:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5128