added navigation to new project on fork

This commit is contained in:
Frank Johnson
2021-09-26 23:37:57 -04:00
committed by Kurt Hutten
parent 02463db741
commit 2d7fb91f92
4 changed files with 41 additions and 16 deletions

View File

@@ -28,6 +28,14 @@ export const QUERY = gql`
updatedAt
userId
cadPackage
forkedFromId
forkedFrom {
id
title
user {
userName
}
}
Reaction {
emote
}