mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-26 19:31:43 +01:00
Fixes #19224: Fix GraphQL API support for custom field choices
This commit is contained in:
@@ -6,4 +6,4 @@ __all__ = (
|
||||
'ContactPriorityEnum',
|
||||
)
|
||||
|
||||
ContactPriorityEnum = strawberry.enum(ContactPriorityChoices.as_enum())
|
||||
ContactPriorityEnum = strawberry.enum(ContactPriorityChoices.as_enum(prefix='priority'))
|
||||
|
||||
Reference in New Issue
Block a user