Skip to content

Add RemixProject mutation  #152

@patch0

Description

@patch0

We need a mutation that allows an existing project to be remixed.

mutation($id: ID!) {
  remixProject(id: $id) {
    project {
      id
    }
  }
}

ID might be identifier, although ID would be better, what with the whole locale thing happening.

Metadata

Metadata

Assignees

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