Skip to content

Instantly share code, notes, and snippets.

@BatuhanW
BatuhanW / graphql-schema-stats.js
Last active January 29, 2021 16:08
Small script to parse GraphQL Schemas and console.log some stats about them
// Place *.graphql files ./schemas folder and update schemas object
const fs = require('fs');
const graphql = require('graphql');
const schemas = [
{ name: 'github', metaQueries: 16 },
{ name: 'gitlab', metaQueries: 7 }
];
@BatuhanW
BatuhanW / cloudSettings
Created September 27, 2019 16:49
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-27T16:49:04.529Z","extensionVersion":"v3.4.3"}