Hey there everyone-- I was just wondering if it's ...
# prisma-whats-new
y
Hey there everyone-- I was just wondering if it's possible in graphql to have a field (like a currency that is a string) and have it resolve to an object? I'd like to have something like '10USD' resolve to
{ currency: 'USD', amount: 10.00 }