Does Graphcool support ordered arrays? I'm current...
# prisma-whats-new
m
Does Graphcool support ordered arrays? I'm currently making a quiz app where a
Quiz
model has an associated list of `Question`s (many to many relation), and I'd like to be able to guarantee the order that these `Question`s are returned in.