hey, was wondering if there was a way to hardcode ...
# prisma-whats-new
m
hey, was wondering if there was a way to hardcode in values for variables in the playground? could've sworn i did it once before but i can't remember now
n
@mpalamar can you elaborate what you mean?
you can hardcode the value of query arguments or use variables instead
m
something like $id = 'id_value' query GetQuery($id: ID!) { Query(id: $id) { id } }
just wondering how to hardcode a value to be passed into the query
inside of the playground
does that make more sense? 🤖
perfect, knew it was something simple like that. couldn't find that article before. thanks again nilan!
n
Cheers!