I am trying to get a list of all items in a collection with graphql, i am new to this and right now trying multiple things but nothing is working, below is what makes sense to me but as i said doesnt work to fetch all results in the collection, the mongo collection is called userInterest
query {
userInterest {
id
}
}