datocms_graphql_client v0.12.0 DatoCMS.GraphQLClient.Backends.StandardClient

A basic client for DatoCMS GraphQL requests

Link to this section Summary

Link to this section Functions

Link to this function

config(datocms_api_key)

Link to this function

do_fetch_all(key, paginated, params)

Link to this function

fetch(key, query, params \\ %{})

Link to this function

fetch!(key, query, params \\ %{})

Link to this function

fetch_all(key, query, params \\ %{})

Link to this function

fetch_all!(key, query, params \\ %{})

Link to this function

fetch_all_localized(key, locale, query, params \\ %{})

Link to this function

fetch_all_localized!(key, locale, query, params \\ %{})

Link to this function

fetch_localized(key, locale, query, params \\ %{})

Link to this function

fetch_localized!(key, locale, query, params \\ %{})