View Source Lightning.ApolloClient (Lightning v2.10.4)

Client for communicating with the Apollo service.

Summary

Functions

Checks if the Apollo endpoint is available.

Types

@type context() :: %{expression: String.t(), adaptor: String.t()} | %{}

Functions

Link to this function

query(content, context \\ %{}, history \\ [])

View Source
@spec query(String.t(), context(), list()) :: Tesla.Env.result()
@spec test() :: :ok | :error

Checks if the Apollo endpoint is available.