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
query GetBookByID($id:uuid!) {
getBook(id:$id) {
id
title
author
}
}
When you build the project the generated class should have 'id' variable of type "UUID" but instead it is defined as "Uuid" and hence an error is thrown.
The text was updated successfully, but these errors were encountered:
Look at the following query:
When you build the project the generated class should have 'id' variable of type "UUID" but instead it is defined as "Uuid" and hence an error is thrown.
The text was updated successfully, but these errors were encountered: