1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

9856 user and circuits base

This commit is contained in:
Arthur
2023-08-24 14:54:24 -07:00
parent eceac90b1c
commit 700f015942
8 changed files with 199 additions and 84 deletions

View File

@ -3,7 +3,6 @@ import strawberry
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group
from netbox.graphql.fields import ObjectField, ObjectListField
from .types import *