File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
backend/infrahub/graphql/types Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ class Meta:
123
123
reviewer_account_id = String (required = True , description = "The ID of the user who reviewed the proposed change" )
124
124
reviewer_account_name = String (required = True , description = "The name of the user who reviewed the proposed change" )
125
125
reviewer_decision = String (required = True , description = "The decision made by the reviewer" )
126
+ payload = Field (GenericScalar , required = True )
126
127
127
128
128
129
class ProposedChangeReviewRevokedEvent (ObjectType ):
@@ -132,6 +133,7 @@ class Meta:
132
133
reviewer_account_id = String (required = True , description = "The ID of the user who reviewed the proposed change" )
133
134
reviewer_account_name = String (required = True , description = "The name of the user who reviewed the proposed change" )
134
135
reviewer_former_decision = String (required = True , description = "The decision made by the reviewer" )
136
+ payload = Field (GenericScalar , required = True )
135
137
136
138
137
139
# ---------------------------------------
You can’t perform that action at this time.
0 commit comments