# @genql/mys-package-666

> Graphql client

Latest version **1.0.0** (published 2020-06-16) · 0 weekly downloads

## Install

```sh
npm install @genql/mys-package-666
pnpm add @genql/mys-package-666
yarn add @genql/mys-package-666
bun add @genql/mys-package-666
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-06-16 |
| First published | 2020-06-16 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 20.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | xmorse |

## Links

- npm: https://www.npmjs.com/package/@genql/mys-package-666
- npm.io page: https://npm.io/package/@genql/mys-package-666

## Dependencies (1)

- [genql-runtime](https://npm.io/package/genql-runtime.md) latest

## Recent versions

- 1.0.0 (latest) — 2020-06-16

## README

# @genql/mys-package-666

Your awesome graphql client ❤️

## Example usage

```js
import { createClient } from '@genql/mys-package-666'
const client = createClient()



// variables
var country__code

client
  .query({
    country: [
      {
        code: country__code,
      },
      {
        languages: {
          code: true,
          name: true,
          native: true,
          rtl: true,
        },
        phone: true,
        currency: true,
        emojiU: true,
      },
    ],
  })
  .then(x => console.log(JSON.stringify(x, null, 4)))




// variables
var country__code

client
  .query({
    country: [
      {
        code: country__code,
      },
      {
        code: true,
        name: true,
        native: true,
        phone: true,
        currency: true,
      },
    ],
  })
  .then(x => console.log(JSON.stringify(x, null, 4)))




// variables
var language__code
var continent__code

client
  .query({
    language: [
      {
        code: language__code,
      },
      {
        code: true,
        name: true,
        native: true,
        rtl: true,
      },
    ],
    continent: [
      {
        code: continent__code,
      },
      {
        code: true,
        name: true,
      },
    ],
    countries: {
      code: true,
      name: true,
      native: true,
      phone: true,
      capital: true,
      emojiU: true,
    },
    languages: {
      code: true,
    },
  })
  .then(x => console.log(JSON.stringify(x, null, 4)))




client
  .query({
    languages: {
      name: true,
      native: true,
      rtl: true,
    },
  })
  .then(x => console.log(JSON.stringify(x, null, 4)))


```

---
_Source: https://npm.io/package/@genql/mys-package-666 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
