-
Hi 👋 Yes, we can set |
Beta Was this translation helpful? Give feedback.
Answered by
ianberdin
Oct 4, 2021
Replies: 1 comment
-
Ah, I got it. Sorry. const liveQueryStore = new InMemoryLiveQueryStore({
idFieldName: 'pk',
}) type Todo {
id: ID! // ! required
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ianberdin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, I got it. Sorry.