View Source Lightning.VersionControl.ProjectRepoConnection (Lightning v2.10.4)
Ecto model for project repo connections
Summary
Types
@type t() :: %Lightning.VersionControl.ProjectRepoConnection{ __meta__: Ecto.Schema.Metadata.t(), accept: term(), access_token: term(), branch: String.t() | nil, config_path: term(), github_installation_id: String.t() | nil, id: Ecto.UUID.t() | nil, inserted_at: term(), project: nil | Lightning.Projects.Project.t() | Ecto.Association.NotLoaded, project_id: term(), repo: String.t() | nil, sync_direction: term(), updated_at: term() }