0 comments (0 comments)2 reactions (2 reactions)0 assignees (0 assignees)JavaScript440 stars (440 stars)51 forks (51 forks)batch import
enhancementhelp wanted
Description
Allow Atom users to use Create-GraphQL commands through the IDE.
Contributor guide
- Tech stack
- javascriptgraphql
- Domain
- tooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Atom package developmentGraphQL basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests an Atom plugin to integrate Create GraphQL commands. To implement, one should study the Atom package API (e.g., atom.io), look at existing Atom plugins for CLI tools, and determine how to invoke Create GraphQL commands from Atom's command palette. The repository has no prior work on IDE integrations, so the solution should be self contained. The low activity suggests the issue is available, but the lack of context means a newcomer would need to research Atom package structure.