Add method to retrieve the graphql schema
b1zzu opened this issue · 1 comments
b1zzu commented
It can be really useful during test development to know the graphql schema generated from graphback in order to write additional queries/mutations. Because the testx server use apollo server, and apollo server exposes the graphql schema, we could add a method, to the TestxServer API, that read and return it
vinifarias commented