issues-95 Add logic for showing fork vs save and if there are change

This commit is contained in:
Kurt Hutten
2020-11-14 18:00:14 +11:00
parent 0ede0be0b4
commit de7c94e7d6
2 changed files with 14 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ export const QUERY = gql`
code
mainImage
createdAt
user {
id
}
}
}
`