Skip to content

Commit

Permalink
Add GraphQL Resolver icon for Nest
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsgbrt committed May 5, 2020
1 parent c6877f5 commit ad5b564
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions icons/nest-resolver.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ export const fileIcons: FileIcons = {
{ name: 'nest-filter', fileExtensions: ['filter.ts', 'filter.js'], enabledFor: [IconPack.Nest] },
{ name: 'nest-gateway', fileExtensions: ['gateway.ts', 'gateway.js'], enabledFor: [IconPack.Nest] },
{ name: 'nest-guard', fileExtensions: ['guard.ts', 'guard.js'], enabledFor: [IconPack.Nest] },
{ name: 'nest-resolver', fileExtensions: ['resolver.ts', 'resolver.js'], enabledFor: [IconPack.Nest] },
{ name: 'moonscript', fileExtensions: ['moon'] },
{ name: 'percy', fileNames: ['.percy.yml'] },
{ name: 'gitpod', fileNames: ['.gitpod.yml'] },
Expand Down

0 comments on commit ad5b564

Please sign in to comment.