IO-3292 Add note pinning functionality.
This commit is contained in:
@@ -14,6 +14,7 @@ export const INSERT_NEW_NOTE = gql`
|
||||
updated_at
|
||||
audit
|
||||
type
|
||||
pinned
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -43,6 +44,7 @@ export const QUERY_NOTES_BY_JOB_PK = gql`
|
||||
updated_at
|
||||
audit
|
||||
type
|
||||
pinned
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -63,6 +65,7 @@ export const UPDATE_NOTE = gql`
|
||||
updated_at
|
||||
audit
|
||||
type
|
||||
pinned
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user