This library is used in Fermo projects that use the DatoCMS GraphQL content delivery API to enable real-time updates in Fermo's live mode.
You can test out queries in iex as follows:
import Fermo.DatoCMS.GraphQLClient
DatoCMS.GraphQLClient.Backends.StandardClient.configure()
query!("{ ...some GraphQL query }")