Test error case in wormwood

You are right, but when you don’t have documentation you can only guess. That is my case with Wormwood where i have a gql files for all the tests something like this:

query($matching: String) {
  MenuItems(matching: $matching) {
    ...MenuItemFields
  }
}
fragment MenuItemFields on MenuItem {
  id
  name
}