GraphQL.Encoder (GraphQL Client v0.2.1) View Source

Functions to encode GraphQL.Query struct into a string

Link to this section Summary

Link to this section Functions

Specs

encode(GraphQL.Query.t()) :: String.t()

Encodes a GraphQL.Query struct into a GraphQL query body

Link to this function

encode_arguments(map_or_keyword)

View Source