mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-31 22:53:21 +02:00
Merge pull request #19236 from netbox-community/19224-graphql-choices
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