neuron v0.1.1 Neuron.Config
Allows to interact with your graphql configuration.
Summary
Functions
gets url configuration value for Neuron
iex>Neuron.Config.set(url: "http://example.com/graph"); Neuron.Config.get(:url)
"http://example.com/graph"
Allows to interact with your graphql configuration.
gets url configuration value for Neuron
iex>Neuron.Config.set(url: "http://example.com/graph"); Neuron.Config.get(:url)
"http://example.com/graph"