-
{{user.email}}
// The above query works fine. However when I change the query object as shown below, It didn't work. Any help? {{book.title}}
|
Beta Was this translation helpful? Give feedback.
Answered by
Akryum
Mar 11, 2022
Replies: 1 comment 1 reply
-
You probably need to do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ezraermy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably need to do
{{ books.edges[0].node.title }}