Skip to content

Commit

Permalink
#83: data and x, instead of dataAsJson and xAsJson?
Browse files Browse the repository at this point in the history
  • Loading branch information
espen42 committed Oct 14, 2021
1 parent 4c36325 commit 8fea506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/selectors/queries/_getDefaultData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ query($path:ID!){
type
_id
displayName
dataAsJson
xAsJson
data: dataAsJson
x: xAsJson
}
}
}`;

0 comments on commit 8fea506

Please sign in to comment.