You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I watch the video on youtube and I have a question of pass special data type. for example, if there are two entities class inside the model, one is for Book like yours and another one is author. In the Book entity class, private List <author> authors. And in the author class, it contains: authorName, authorAge.... In this case, how should pass authors list into the graphql script?
The text was updated successfully, but these errors were encountered:
kvv1968
added a commit
to kvv1968/spring-boot-graphql-query-example
that referenced
this issue
Jun 18, 2023
I watch the video on youtube and I have a question of pass special data type. for example, if there are two entities class inside the model, one is for Book like yours and another one is author. In the Book entity class,
private
List<author>
authors. And in the author class, it contains: authorName, authorAge.... In this case, how should pass authors list into the graphql script?The text was updated successfully, but these errors were encountered: