View Source AbsintheRemote.RemoteSchema behaviour (Absinthe Remote v0.3.0)

Summary

Callbacks

Link to this callback

resolve_query(query, operation_name, variables)

View Source
@callback resolve_query(
  query :: binary(),
  operation_name :: binary(),
  variables :: map()
) :: {:ok, data :: map()} | {:error, reason :: term()}