# `JSONAPI.Config`
[🔗](https://github.com/beam-community/jsonapi/blob/main/lib/jsonapi/config.ex#L1)

Configuration struct containing JSON API information for a request

# `t`

```elixir
@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()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
