Skip to content

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

@patch0

Description

@patch0

This should allow a mutation like

mutation($projectId: String!, ...) {
    createComponent(input: {projectId: $projectId, ...}) {
      component {
        id
    }
  }
}

with suitable inputs, i.e. projectId, name, extension etc.

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