Mediate.Schema.Relationship (mediate v0.1.0)

Copy Markdown View Source

A row that is a grant: the subject column, the object column, and the columns that are attributes of the relationship. Mediate.Schema.relationship/1 records it.

Summary

Types

t()

One relationship declaration, as Mediate.Schema.relationship/1 records it.

Types

t()

@type t() :: %Mediate.Schema.Relationship{
  attributes: [atom()],
  object: atom(),
  subject: atom()
}

One relationship declaration, as Mediate.Schema.relationship/1 records it.