GraphiQL App icon

GraphiQL App 0.7.2

Light, Electron-based Wrapper around GraphiQL

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    graphiql # GraphiQL App
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    graphiql # GraphiQL App
  ];
}

Package Definition

{
  "pname": "graphiql",
  "version": "0.7.2",
  "src": {
    "url": "https://github.com/skevy/graphiql-app/releases/download/v0.7.2/graphiql-app-0.7.2-mac.zip",
    "sha256": "204dd3db5c11bf265700d8d57defc4798cd0040651f751f35e2a646cb4846ac7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GraphiQL.app\" && cp -r \"GraphiQL.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Light, Electron-based Wrapper around GraphiQL",
    "homepage": "https://github.com/skevy/graphiql-app"
  }
}