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 8ef1e72 commit a83bb79Copy full SHA for a83bb79
src/GraphQLResponse.cpp
@@ -985,6 +985,8 @@ std::partial_ordering Value::operator<=>(const Value& rhs) const noexcept
985
return enumData <=> stringData.string;
986
}
987
988
+
989
+ break;
990
991
992
case Type::ID:
@@ -1000,6 +1002,8 @@ std::partial_ordering Value::operator<=>(const Value& rhs) const noexcept
1000
1002
return idType <=> stringData.string;
1001
1003
1004
1005
1006
1007
1008
1009
default:
0 commit comments