This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TBA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ⭐ Total Stars: 20 | |
| ➕ Total Commits: 11,202 | |
| 🔀 Total PRs: 2,768 | |
| 🚩 Total Issues: 1,815 | |
| 📦 Contributed to: 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🌞 Morning 467 commits ████████▏░░░░░░░░░░░░ 39.1% | |
| 🌆 Daytime 400 commits ███████░░░░░░░░░░░░░░ 33.5% | |
| 🌃 Evening 305 commits █████▎░░░░░░░░░░░░░░░ 25.5% | |
| 🌙 Night 22 commits ▍░░░░░░░░░░░░░░░░░░░░ 1.8% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dart 1 hr 37 mins ████▏░░░░░░░░░░░░░░░░ 19.7% | |
| Markdown 1 hr 11 mins ██▉░░░░░░░░░░░░░░░░░░ 14.3% | |
| Ruby 1 hr 5 mins ██▊░░░░░░░░░░░░░░░░░░ 13.2% | |
| Other 1 hr 5 mins ██▊░░░░░░░░░░░░░░░░░░ 13.2% | |
| Bash 32 mins █▎░░░░░░░░░░░░░░░░░░░ 6.5% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; | |
| import gql from 'graphql-tag'; | |
| export type Maybe<T> = T | null; | |
| export type RequireFields<T, K extends keyof T> = { [X in Exclude<keyof T, K>]?: T[X] } & { [P in K]-?: NonNullable<T[P]> }; | |
| /** All built-in and custom scalars, mapped to their actual values */ | |
| export type Scalars = { | |
| ID: string, | |
| String: string, | |
| Boolean: boolean, | |
| Int: number, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; | |
| import gql from 'graphql-tag'; | |
| export type Maybe<T> = T | null; | |
| export type RequireFields<T, K extends keyof T> = { [X in Exclude<keyof T, K>]?: T[X] } & { [P in K]-?: NonNullable<T[P]> }; | |
| /** All built-in and custom scalars, mapped to their actual values */ | |
| export type Scalars = { | |
| ID: string, | |
| String: string, | |
| Boolean: boolean, | |
| Int: number, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { join } from 'path' | |
| import { GraphQLDefinitionsFactory } from '@nestjs/graphql' | |
| const definitionsFactory = new GraphQLDefinitionsFactory() | |
| definitionsFactory.generate({ | |
| typePaths: ['./src/schema.gql'], | |
| path: join(process.cwd(), 'src/graphql.schema.ts'), | |
| outputAs: 'interface', | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Beer/Sake ██████████████████░░ | |
| Ski/Snowboard █████████████████░░░ | |
| Overwatch/CoD ████████████████░░░░ | |
| English ██░░░░░░░░░░░░░░░░░░ | |
| Motorcycle █████████████░░░░░░░ | |
| Epic Music ████████████████████ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (P)react / Next.js ██████████████████░░ | |
| GraphQL ███████████████░░░░░ | |
| CSS █████░░░░░░░░░░░░░░░ | |
| Node/ NestJS █████████████░░░░░░░ | |
| DynamicTyping ██░░░░░░░░░░░░░░░░░░ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { channels } = await web.conversations.list({ | |
| exclude_archived: true | |
| }) |
NewerOlder