@AutoPayloadType(description = "The created Issue Board")
suspend fun createIssueBoard(input: CreateIssueBoardInput, dfe: DataFetchingEnvironment): IssueBoard

Creates a new Issue Board on one trackable. Requires MANAGE_ISSUE_BOARDS on the provided trackable.