Skip to content

Stuck at introspect #34

@LemonTreeGitHub

Description

@LemonTreeGitHub

Hello,upon importing graphQL into Unity,i got error regarding this line

  • " await request.SendWebRequest(); " in HttpHandler.cs
    It was UnityWebRequestAsyncOperation doesn't have await.So i change the line to make it have like so
  • "await request.SendWebRequest(); " => " await Task.Run(()=>request.SendWebRequest()); "
    And the error stop

After that,i check out the demo,hitting the introspect link on both pokemon and user.Both get stuck on " API is being introspect, please wait"
I even test it on a working project link and the bug remain

What should I do ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions