Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUID type not working #281

Open
mithleshjs opened this issue Jun 4, 2020 · 0 comments
Open

UUID type not working #281

mithleshjs opened this issue Jun 4, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@mithleshjs
Copy link

Look at the following query:

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.

@TrekSoft TrekSoft added AppSync bug Something isn't working labels Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants