#Fractional options displaying as _1_2 in GraphQL.

2 messages · Page 1 of 1 (latest)

south iron
#

Hi all-
I have a field which has options that are in the format of fractions. However when I query them, they are being displayed with a _ rather than / - I.E. 1/2 becomes _1_2. I'm wondering if there is a way to transform them back to the expected format wihtout having to directly do .replace. on the frontend when I go to display the data?
Attached is what my field looks like as well as the part of the generated schema which shows them in the _ format, and what I see when I query.
Thanks!

winged dockBOT