Skip to content

Conversation

@create-issue-branch
Copy link
Contributor

@create-issue-branch create-issue-branch bot commented Mar 6, 2023

Add CreateComponent mutation to allow components to be added to a project

Example:

mutation {
  createComponent(input: {
    name: "main2",
    extension: "py",
    content: "",
    default: false,
    projectId: "Z2lkOi8vYXBwL1Byb2plY3QvMDY2OTZiNzgtMjQ1YS00YjNiLWFjZjQtOWIwZjlhMDY5YTI2"
  })
  {
    clientMutationId
  }
}

closes #149

@raspberrypiherokubot raspberrypiherokubot temporarily deployed to editor-api-p-issues-149-e7hnl7 March 6, 2023 12:31 Inactive
Copy link
Contributor

@patch0 patch0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! 👍

@chrisruk chrisruk marked this pull request as ready for review March 13, 2023 11:17
@chrisruk chrisruk merged commit 7450619 into main Mar 13, 2023
@chrisruk chrisruk deleted the issues/149-Add_CreateComponent_mutation_to_allow_components_to_be_added_to_a_project branch March 13, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CreateComponent mutation to allow components to be added to a project

4 participants