I create Enumeration values with underscore in Strapi, such as "_blank", "_self", and then query these values via graphql, the returned value is "blank", but if I query the value via RestApi, the returned value is "_blank".
How can I query the actual value "_blank" via graphql in Strapi?
New contributor
Erick Ren is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.