repo-info-issues

v1.0.0arrow_drop_down
v1.0.0
STATUS
Passing
DOWNLOADS
31
VISIBILITY
Public
PUBLISHED
7 years ago
SIZE
8 KB
A basic query which fetch basic info for repository (name, license, stars count).
1 contributor
Install repo-info-issues as a package?
Copied
npm i @bit/giladshoham.github-graphql.queries.repo-info-issues
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
queries/repoInfoIssues (
owner:String,
repo:String
)

A basic query which fetch basic info for repository (name, license, stars count).

Arguments
owner: String

the name of the repository owner

repo: String

the name of the repository

Help and resources