Skip to content
#

curl

Here are 1,336 public repositories matching this topic...

insomnia
3
3DRaven
3DRaven commented Nov 2, 2020

Describe the bug
Sometime I have crash in UI. See attachment screenshot.
To Reproduce
Sometime
Expected behavior
Version: Insomnia Core 2020.4.0
Release date: 10.09.2020
OS: Linux x64 5.8.0-9.3-liquorix-amd64
Electron: 9.1.1
Node: 12.14.1
V8: 8.3.110.13-electron.0
Architecture: x64
node-libcurl: libcurl/7.69.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.7 libssh2/1.9.0 nghttp2/1.

shahidhk
shahidhk commented Nov 1, 2018

Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.

import gql from 'graphql-tag';

export const GRAPHQL_QUERY=gql`
  query {
    something {
      anotherthing
    }
  }
`;

Improve this page

Add a description, image, and links to the curl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the curl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.