View Source GQL.Behaviour behaviour (gql v0.6.2)
Behaviour that GQL
implements.
Link to this section Summary
Link to this section Callbacks
@callback query( String.t(), keyword() ) :: {:ok, map(), Mint.Types.headers()} | {:error, map(), Mint.Types.headers()}
@callback query!( String.t(), keyword() ) :: {map(), Mint.Types.headers()}