We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5367e commit 597bc98Copy full SHA for 597bc98
docker/netbox/Dockerfile
@@ -2,9 +2,6 @@ FROM netboxcommunity/netbox:v4.4.1
2
3
# NOTE: when updating the Netbox version, remember to update the database snapshot. See docker/postgresql/README.md for details
4
5
-# Patch strawberry schema to enable federation
6
-RUN sed -i 's/= strawberry.Schema(/= strawberry.federation.Schema(enable_federation_2=True,/g' /opt/netbox/netbox/netbox/graphql/schema.py
7
-
8
# Patch strawberry types to allow joins
9
ADD patch_federation.py .
10
RUN python patch_federation.py
0 commit comments