/service_relation_server_resp_time/values[0]/id #9382
Unanswered
dengyichao
asked this question in
Q&A
Replies: 1 comment
-
This is fixed in V9.1 I believe, along with many more fixes. I suggest you to update to v9.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
9.0.0 version
click General Service -> Topology errors
The field at path '/service_relation_server_resp_time/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_relation_server_cpm/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt'
Beta Was this translation helpful? Give feedback.
All reactions