ENUM
CodingScoreVersion
Version of the coding score used.
link GraphQL Schema definition
1 enum CodingScoreVersion { 2 3 @deprecated( reason: "This version is no longer supported." ) 4 5 6 }
ENUM
Version of the coding score used.
1 enum CodingScoreVersion { 2 3 @deprecated( reason: "This version is no longer supported." ) 4 5 6 }