This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
GraphQLTestTemplate: post() Should Be Public #475
Closed
Description
Is your feature request related to a problem? Please describe.
GraphQLTestTemplate seems to only allow queries to be read from files. This is very inconvenient. The class should allow inline query / mutate strings.
Describe the solution you'd like
Making post()
public would seem to solve this problem.
Describe alternatives you've considered
N/A
Additional context
N/A