Absinthe.ConnTest (absinthe_conn_test v0.1.1) View Source
Conveniences for testing GraphQL APIs.
You'll probably want to import this module in your ConnCase.
Link to this section Summary
Functions
Execute a query against the configured @endpoint and @graphql path.
Import queries from a file and convert them to test functions.
Link to this section Types
Link to this section Functions
Specs
graphql(Plug.Conn.t(), query(), variables()) :: Macro.t()
Execute a query against the configured @endpoint and @graphql path.
Specs
Specs
Import queries from a file and convert them to test functions.