Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#import "ee_else_ce/boards/graphql/board_scope.fragment.graphql"
mutation UpdateBoard($input: UpdateBoardInput!) {
updateBoard(input: $input) {
board {
...BoardScopeFragment
}
errors