common_graphql_client v0.3.3 CommonGraphQLClient.CallerBehaviour behaviour View Source
This module defines the behavior a caller
must implement.
Link to this section Summary
Link to this section Callbacks
Link to this callback
post(client, query, variables, opts) View Source
Link to this callback
subscribe(client, subscription_name, callback, query, variables) View Source
Link to this callback