Answers for "GRAPHQL_VALIDATION_FAILED) GraphQLError: Enum ENUM_MESSAGE_TYPE\" cannot represent non-enum value: comment. Did you mean the enum value comment"

0

GRAPHQL_VALIDATION_FAILED) GraphQLError: Enum ENUM_MESSAGE_TYPE\" cannot represent non-enum value: comment. Did you mean the enum value comment

// Double quotation marks in GraphQL indicate a string literal. If your query takes an enum value, you should omit the quotation marks:
Posted by: Guest on October-28-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language