View Source JSONAPI.Config (jsonapi v1.7.1)

Configuration struct containing JSON API information for a request

Summary

Types

@type t() :: %JSONAPI.Config{
  data: nil | map(),
  fields: map(),
  filter: keyword(),
  include: [atom() | {atom(), any()}],
  opts: nil | keyword(),
  page: nil | map(),
  sort: nil | keyword(),
  view: any()
}