Skip to content

Commit

Permalink
Update graphql schema (#1981)
Browse files Browse the repository at this point in the history
* Update graphql schema

* Fix CircleCI error caused by GraphQL change to FlaggingKind
  • Loading branch information
ycheng-kickstarter authored Mar 21, 2024
1 parent 121efab commit f647fa1
Show file tree
Hide file tree
Showing 3 changed files with 1,189 additions and 784 deletions.
2 changes: 1 addition & 1 deletion app/src/main/graphql/project.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ query GetProjectUpdates($slug: String!, $limit: Int!, $cursor: String) {
}
}

mutation CreateFlagging($contentId: ID!, $details: String, $kind: FlaggingKind!) {
mutation CreateFlagging($contentId: ID!, $details: String, $kind: NonDeprecatedFlaggingKind!) {
createFlagging(input: {
contentId: $contentId,
details: $details,
Expand Down
Loading

0 comments on commit f647fa1

Please sign in to comment.