1 2 3 4 5
mutation PluginCreate($name: String!, $projectId: String!) { pluginCreate(input: { name: $name, projectId: $projectId }) { id } }