All Projects â†’ jongold â†’ gql-sketch

jongold / gql-sketch

Licence: other
💎 minimal graphql client for Sketch

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gql-sketch

Notes
A sketch plugin for taking notes
Stars: ✭ 87 (+200%)
Mutual labels:  sketch, sketch-app
Sketch Potrace
Potrace for Sketch is a bitmap tracing plugin. It converts bitmap images into monochrome vector graphics.
Stars: ✭ 122 (+320.69%)
Mutual labels:  sketch, sketch-app
Overrideit Sketchplugin
Overrideit is sketch plugin that allow designers to search in overridelist and overrides dropdowns, and with many other features.
Stars: ✭ 113 (+289.66%)
Mutual labels:  sketch, sketch-app
typex
Typography web export (css, sass, html, json, ..) plugin for Sketch
Stars: ✭ 42 (+44.83%)
Mutual labels:  sketch, sketch-app
Lunacy Docs
Documentation for Lunacy, Graphic Design Software with built-in assets
Stars: ✭ 190 (+555.17%)
Mutual labels:  sketch, sketch-app
Sketch Diff
💎 diff ur Sketch 43 files
Stars: ✭ 33 (+13.79%)
Mutual labels:  sketch, sketch-app
Awesome Sketch Based Applications
📚 A collection of sketch based application papers.
Stars: ✭ 117 (+303.45%)
Mutual labels:  sketch, sketch-app
Renamer
Sketch Plugin to rename multiple selected layers or groups or artboards at once
Stars: ✭ 16 (-44.83%)
Mutual labels:  sketch, sketch-app
Sparkliner
Sparkliner — easy way to make sparkline graph [Sketch plugin]
Stars: ✭ 184 (+534.48%)
Mutual labels:  sketch, sketch-app
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (+362.07%)
Mutual labels:  sketch, sketch-app
Components-for-Sketch
A collection of Sketch files I've constructed for use in various projects. More coming soon and on a regular basis.
Stars: ✭ 23 (-20.69%)
Mutual labels:  sketch, sketch-app
Sketchcrapp
SketchCrapp - Crack your Sketch.app in seconds :) Supports MacOS Big Sur.
Stars: ✭ 218 (+651.72%)
Mutual labels:  sketch, sketch-app
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (+20.69%)
Mutual labels:  sketch, sketch-app
Sketch Name Organizer
🖌 Rename and sort artboards based on their x and y position; Rename layers based on their Style and Symbol.
Stars: ✭ 50 (+72.41%)
Mutual labels:  sketch, sketch-app
Import Colors Sketch
Import colors from macOS CLR, Photoshop ACO/ACT, Illustrator ASE, GIMP GPL, Sketch, Text file to Sketch color variables.
Stars: ✭ 32 (+10.34%)
Mutual labels:  sketch, sketch-app
Sketch Select
🖱 Make it much more convenient to select layers with similar attributes.
Stars: ✭ 114 (+293.1%)
Mutual labels:  sketch, sketch-app
Sketch Find And Replace
Sketch plugin to do a find and replace on text within layers
Stars: ✭ 693 (+2289.66%)
Mutual labels:  sketch, sketch-app
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+2748.28%)
Mutual labels:  sketch, sketch-app
Exporter
A Sketch plugin that exports Sketch artboards into clickable HTML file.
Stars: ✭ 131 (+351.72%)
Mutual labels:  sketch, sketch-app
Sketch Palettes
A Sketch plugin for exporting and importing fill presets. It supports colors, gradients, and pattern fills.
Stars: ✭ 2,267 (+7717.24%)
Mutual labels:  sketch, sketch-app

gql-sketch

npm Sketch.app

Minimal graphql client for Sketch.

import Client from 'gql-sketch';

Client('http://example.com/my-graphql-endpoint').query(`
  {
    allFilms {
      films {
        title,
        actor,
        catchphrase
      }
    }
  }
`).then(
  ({ allFilms }) => {
    log('result!');
    log(allFilms.films[0].title);
  }
)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].