Skip to content

v4.0.0

Choose a tag to compare

@octokitbot octokitbot released this 16 Aug 04:47

Breaking changes

Before

const graphql = require('@octokit/graphql')

Now

const { graphql } = require('@octokit/graphql')
// or: import { graphql } from '@octokit/graphql'

Features