Skip to content

graphile-sort-schema-plugin 2.0.0

Install from the command line:
Learn more about npm packages
$ npm install @spear-ai/graphile-sort-schema-plugin@2.0.0
Install via package.json:
"@spear-ai/graphile-sort-schema-plugin": "2.0.0"

About this version

@spear-ai/graphile-sort-schema-plugin

A Graphile plugin to lexicographically sort your schema.

Installation

yarn add -D @spear-ai/graphile-sort-schema-plugin

Usage

Add the plugin to your graphile preset:

import { sortSchemaPlugin } from "@spear-ai/graphile-sort-schema-plugin";

const createPreset: GraphileConfig.Preset = {
  // …
  plugins: [
    // …
    sortSchemaPlugin,
  ],
};

Details


Assets

  • graphile-sort-schema-plugin-2.0.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all