Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Make formation participant not required in the GraphQL schema #3595

Merged
merged 3 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/compass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ global:
name: compass-pairing-adapter
director:
dir: dev/incubator/
version: "PR-3507"
version: "PR-3595"
name: compass-director
hydrator:
dir: dev/incubator/
Expand Down
4 changes: 2 additions & 2 deletions components/director/pkg/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1323,10 +1323,10 @@ type FormationAssignment {
id: ID!
source: ID!
sourceType: FormationAssignmentType!
sourceEntity: FormationParticipant!
sourceEntity: FormationParticipant
target: ID!
targetType: FormationAssignmentType!
targetEntity: FormationParticipant!
targetEntity: FormationParticipant
state: String!
value: String
configuration: String
Expand Down
37 changes: 11 additions & 26 deletions components/director/pkg/graphql/schema_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.