fragment serviceDetailCustomAttribute on AlignedCustomAttribute { ... on CustomIntAttribute { id label intval: value type alignmentType } ... on CustomStringAttribute { id label value type alignmentType } } Query Variables
Against documentation in /gql, when you utilize SL1 attribute information the "id" is not the ID that is mentioned in docs, and everywhere else it is the DID,GUID etc, but in this context it points to name,
fragment serviceDetailCustomAttribute on AlignedCustomAttribute { ... on CustomIntAttribute { id label intval: value type alignmentType } ... on CustomStringAttribute { id label value type alignmentType } } Query Variables