Skip to content

Commit

Permalink
Set rel identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarros committed Aug 4, 2024
1 parent 1ad3c79 commit 4064513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/infrahub/core/schema/definitions/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"optional": True,
"branch": BranchSupportType.AGNOSTIC.value,
"cardinality": "one",
"identifier": "comment__account",
},
],
},
Expand Down Expand Up @@ -134,6 +135,7 @@
{
"name": "created_by",
"peer": InfrahubKind.GENERICACCOUNT,
"identifier": "thread__account",
"optional": True,
"branch": BranchSupportType.AGNOSTIC.value,
"cardinality": "one",
Expand Down Expand Up @@ -928,6 +930,7 @@
"peer": InfrahubKind.GENERICACCOUNT,
"optional": False,
"cardinality": "one",
"identifier": "account__token",
},
],
},
Expand Down Expand Up @@ -975,6 +978,7 @@
"peer": InfrahubKind.GENERICACCOUNT,
"optional": False,
"cardinality": "one",
"identifier": "account__refreshtoken",
},
],
},
Expand Down

0 comments on commit 4064513

Please sign in to comment.