Skip to content

Missing a create board method #59

@albcl

Description

@albcl

Issue

There is a missing (and rather useful) method to allow users to create new boards at ease.

mutation {
    create_board (board_name: "my board", board_kind: public) {
        id
    }
}

Solution

I have implemented such a simple function to let us create a board with an optional parameter to determine its workspace.

create_board(board_name, board_kind [, workspace_id])

Pull Request (#60) created

Others

  • Tests included.
  • Readme updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions