You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can define a schema in YML right now, but you don't have a quick way to test the outcome and the results you'll get out of your schema.
The closest example we have right now is in IntegrationTest.php. Even then, there's a lot of boiler plate to get through to do simple queries.
In a perfect world, you would have a straight forward way of saying, "given I run this query, against this schema, I assert I will receive these results."
Acceptance criteria
There's clear guidance for developers who want to write integration test for their GraphQL schema.
There's a simple to use API that makes this process easy.
The text was updated successfully, but these errors were encountered:
You can define a schema in YML right now, but you don't have a quick way to test the outcome and the results you'll get out of your schema.
The closest example we have right now is in IntegrationTest.php. Even then, there's a lot of boiler plate to get through to do simple queries.
In a perfect world, you would have a straight forward way of saying, "given I run this query, against this schema, I assert I will receive these results."
Acceptance criteria
The text was updated successfully, but these errors were encountered: