Zuppler Elixir Client v0.0.11 Zuppler.Channel
Zuppler Channel Wrapper
Summary
Functions
Get info about channel and integrations Ex
Types
Functions
Get info about channel and integrations Ex:
query = “””
query ChannelWithIntegration($id: ID, $remote_id: String) {
channel(id: $id) {
name
permalink
url
disabled
searchable
integrations(remote_id: $remote_id){
restaurant_location_id
restaurant_id
}
}
}
“”” variables = %{id: 121, remote_id: “milwakeeplace”}
Zuppler.Channel.find(query, variables)