Skip to content

Commit 2ec306f

Browse files
committed
GH-127: Remove unused 'brief' field from Experience query
this close #127 The 'brief' field was no longer being utilized in the component logic or UI. Removing it helps streamline the query and reduce unnecessary data fetching. This optimizes performance and improves code maintainability. Signed-off-by: David Ng <[email protected]>
1 parent 5cd3b86 commit 2ec306f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

systems/web/src/components/who-am-i/query.graphql.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default gql`
2222
... on Experience {
2323
id
2424
works {
25-
brief
2625
name
2726
portfolioIntro
2827
role

0 commit comments

Comments
 (0)