This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -4,7 +4,6 @@
[![@latest](https://img.shields.io/npm/v/@octokit/graphql.svg)](https://www.npmjs.com/package/@octokit/graphql)
[![Build Status](https://github.com/octokit/graphql.js/workflows/Test/badge.svg)](https://github.com/octokit/graphql.js/actions?query=workflow%3ATest+branch%3Amaster)
[![Greenkeeper](https://badges.greenkeeper.io/octokit/graphql.js.svg)](https://greenkeeper.io/)
<!-- toc -->
@@ -151,11 +150,10 @@ const { lastIssues } = await graphql(`query lastIssues($owner: String!, $repo: S
}
}`, {
owner: 'octokit',
repo: 'graphql.js'
repo: 'graphql.js',
headers: {
authorization: `token secret123`
}
}
})
```
@@ -176,7 +174,7 @@ const { lastIssues } = await graphql({
}
}`,
owner: 'octokit',
repo: 'graphql.js'
repo: 'graphql.js',
headers: {
authorization: `token secret123`
}