Skip to main content

Configuration

NameDescriptionType
cleintThe sanity client instance to be used to perform queries.SanityClient
firstThe first n repositories to be fetched Default = 15 .number
graphqlWithAuthThe octokit client used to fetch github's graphql api.graphql
loginThe github login, for example 'vinceflores'string
isForkDetermines if a repository is a forkboolean
visibilityThe visibility of the repository. 'PUBLIC' or 'PRIVATE'string
layoutConfigures the width and height of the widgetwidth/height : ['auto', 'full', 'large', 'small', 'medium' ]