Skip to content

Commit

Permalink
fix: 4246 include key details in mapping fetch
Browse files Browse the repository at this point in the history
Closes #4246
  • Loading branch information
connoratrug committed Sep 23, 2024
1 parent d36a977 commit d328e23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/nuxt3-ssr/gql/fragments/mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ export default gql`
}
sourceVariables {
name
resource {
id
}
dataset {
name
resource {
id
}
}
}
sourceVariablesOtherDatasets {
name
Expand Down

0 comments on commit d328e23

Please sign in to comment.