Skip to content

Commit

Permalink
Merge pull request #386 from alkem-io/remove-innovationFlow
Browse files Browse the repository at this point in the history
Remove innovation flow
  • Loading branch information
Comoque1 authored Dec 9, 2024
2 parents 03d956f + 5d96310 commit 5951ba8
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 1,371 deletions.

This file was deleted.

4 changes: 0 additions & 4 deletions graphql/fragments/templates/templateSet.graphql
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
fragment TemplatesSetData on TemplatesSet {
id
innovationFlowTemplates {
...TemplateProfileData
...InnovationFlowTemplateData
}
collaborationTemplates {
...TemplateProfileData
...CollaborationTemplateData
Expand Down
1 change: 0 additions & 1 deletion graphql/mutations/templates/updateTemplate.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mutation UpdateTemplate(
...TemplateProfileData
...CalloutTemplateData
...CommunityGuidelinesTemplateData
...InnovationFlowTemplateData
...PostTemplateData
...WhiteboardTemplateData
}
Expand Down
3 changes: 0 additions & 3 deletions graphql/queries/template/getTemplateById.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ query GetTemplateById($templateId: UUID!) {
callout {
id
}
innovationFlow {
id
}
postDefaultDescription
}
}
Expand Down
Loading

0 comments on commit 5951ba8

Please sign in to comment.