How to change the tests ? How to use a different graphql schema/introspection results? #4
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
There are existing tests with hard-coded introspection results and no explanation about how to change those (re-generate them from another graphql schema)
It gets much much worse with CREATE/UPDATE tests, with hundreds of lines of hardcoded
introspectionResult
with no explanation whatsoever on how to update those.This is an issue when supporting new features, because I don't know how to generate a new introspection result based on a different schema. It makes things harder to test new behaviours.
If someone could shine some light about how to generate such
introspectionResult
variable, that'd be great!The text was updated successfully, but these errors were encountered: