Skip to content

Commit

Permalink
docs: Added πŸ’€ into Legend.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 14, 2024
1 parent 81125e9 commit 8dd0138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Please follow [Upgrade Guide](UPGRADE.md).
| πŸ§ͺ | Docs | Experimental feature. Any feedback would be greatly appreciated. |
| 🐝 | Docs | Package intended to use in dev. |
| 🀝 | Docs | Backward-compatible change. |
| πŸ’€ | Docs | Deprecated feature. |
| 👹 | CI | The highest versions of dependencies are used. |
| πŸ”’ | CI | The locked versions of dependencies are used. |
| 👻 | CI | The lowest versions of dependencies are used. |
Expand Down
1 change: 1 addition & 0 deletions docs/Legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| πŸ§ͺ | Docs | Experimental feature. Any feedback would be greatly appreciated. |
| 🐝 | Docs | Package intended to use in dev. |
| 🀝 | Docs | Backward-compatible change. |
| πŸ’€ | Docs | Deprecated feature. |
| 👹 | CI | The highest versions of dependencies are used. |
| πŸ”’ | CI | The locked versions of dependencies are used. |
| 👻 | CI | The lowest versions of dependencies are used. |
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/docs/Directives/@searchBy.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type User {
name: String!
}

input Comment {
type Comment {
text: String!
user: User @belongsTo
date: Date
Expand Down

0 comments on commit 8dd0138

Please sign in to comment.