Socket
Socket
Sign inDemoInstall

@playlyfe/gql-language-server

Package Overview
Dependencies
92
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @playlyfe/gql-language-server

language-server-protocol implementation for @playlyfe/gql


Version published
Weekly downloads
4
increased by300%
Maintainers
2
Install size
8.37 MB
Created
Weekly downloads
 

Changelog

Source

0.3.1 (2019-07-15)

Bug Fixes

  • deps: fix deps & update babel (0890c47)

Readme

Source

GQL Language Server

This is an implementation of the Language Server Protocol for the @playlyfe/gql.

Options

Usage: gql-language-server [args]

Options:
  --version            Show version number                             [boolean]

  -h, --help           Show help                                       [boolean]

  --node-ipc           Use node-ipc to communicate with the server. Useful for
                       calling from a node.js client.
                                                                        [string]

  --stdio              Use stdio to communicate with the server
                                                                        [string]

  --socket             Use a socket (with a port number like --socket=5051) to
                       communicate with the server.
                                                                        [number]
  --gql-path           An absolute path to a gql. [default: process.cwd()]
                                                                        [string]

  --config-dir         An absolute path to config dir. [default: process.cwd()]
                       Walks up the directory tree from the provided config
                       directory, until a .gqlconfig file is found or the root
                       directory is reached.
                                                                        [string]
  --auto-download-gql  Automatically download gql package if not found.
                                                       [boolean] [default: true]

  --watchman           use watchman to watch files (if available).
                                                       [boolean] [default: true]

  --loglevel           log level.
                    [choices: "debug", "info", "error", "off"] [default: "info"]

Editor Integrations

GraphQL for Visual Studio Code (graphql-for-vscode)

Plugin for vscode using gql-language-server.

FAQs

Last updated on 15 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc