AbsintheGenerator.QueryTest (absinthe_generator v0.1.1) View Source

We can utilize this module to generate query test files

Definitions

  • :app_name - Required. Application name you're generating the code under

  • :query_name - Required. The query or mutation namespace to organize the code under

  • :query_tests - List of %AbsintheGenerator.TestDescribe{}

Link to this section Summary

Link to this section Types

Specs

t() :: %AbsintheGenerator.QueryTest{
  app_name: String.t(),
  query_name: String.t(),
  query_tests: [AbsintheGenerator.TestDescribe.t()]
}