Closed mateja176 closed 5 years ago
No autocompletion or intellisense
Autocompletion similar to what graphiql offers and type information on hover
graphiql
git clone https://github.com/mateja176/js-meetup.git graphql-autocomplete
cd graphql-autocomplete
npm install
npm run start:api
app
app/src/apollo/queries/index.graphql
The log is empty by default, however it does log operation info after clicking on execute query for example
The issue was that my schema was being stitched together and as such did not exist in a single file. To circumvent this issue I used get-graphql-schema as suggested here.
get-graphql-schema
Actual Behavior
No autocompletion or intellisense
Expected Behavior
Autocompletion similar to what
graphiql
offers and type information on hoverSteps to Reproduce the Problem Or Description
git clone https://github.com/mateja176/js-meetup.git graphql-autocomplete
cd graphql-autocomplete
npm install
npm run start:api
app
i.e.app/src/apollo/queries/index.graphql
Specifications
Logs Of TS Server || GraphQL Language Service
The log is empty by default, however it does log operation info after clicking on execute query for example