wundergraph icon indicating copy to clipboard operation
wundergraph copied to clipboard

Error 500 on non-assigned variables

Open itadventurer opened this issue 7 years ago • 0 comments

Example: Heros

Query:

query speciess($filter: SpeciesFilter){
  Speciess(filter: $filter){
    id
    name
    heros {
      id
      heroName
    }
  }
}

Variables: None

Expected result: the same as without mentioning the filter at all. Result: Error 500

itadventurer avatar Aug 22 '18 15:08 itadventurer