mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
18245 fix graphql
This commit is contained in:
parent
37d136386b
commit
251840c05e
@ -339,7 +339,7 @@ class DeviceRoleType(OrganizationalObjectType):
|
||||
class DeviceRoleGroupType(OrganizationalObjectType):
|
||||
parent: Annotated['DeviceRoleGroupType', strawberry.lazy('dcim.graphql.types')] | None
|
||||
|
||||
roles: List[DeviceRoleType]
|
||||
device_roles: List[DeviceRoleType]
|
||||
children: List[Annotated['DeviceRoleGroupType', strawberry.lazy('dcim.graphql.types')]]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user