View Source AshJsonApi.Resource.Route (ash_json_api v0.33.0)

Represents a route for a resource

Link to this section Summary

Link to this section Types

@type t() :: %AshJsonApi.Resource.Route{
  action: term(),
  action_type: term(),
  controller: term(),
  default_fields: term(),
  method: term(),
  primary?: term(),
  read_action: term(),
  relationship: term(),
  relationship_arguments: term(),
  route: term(),
  type: term(),
  upsert?: term(),
  upsert_identity: term()
}