fix: Change datacenter_id variable type from String! to ID!

This commit is contained in:
2025-11-15 18:02:10 +00:00
parent dafbb351d7
commit 1d56d5bb4e

View File

@@ -1,7 +1,7 @@
# GraphQL query to fetch InfraDatacenter with all required attributes # GraphQL query to fetch InfraDatacenter with all required attributes
# This query retrieves all necessary data for the datacenter generator # This query retrieves all necessary data for the datacenter generator
query DatacenterQuery($datacenter_id: String!) { query DatacenterQuery($datacenter_id: ID!) {
InfraDatacenter(ids: [$datacenter_id]) { InfraDatacenter(ids: [$datacenter_id]) {
edges { edges {
node { node {