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
NullReferenceException: Object reference not set to an instance of an object GraphQlClient.Core.GraphApi.HandleIntrospection () (at Assets/graphQl-client/Scripts/Core/GraphApi.cs:134)
#28
Open
jnalfaro opened this issue
Jun 23, 2021
· 0 comments
Hello, I am getting a NullReferenceException: Object reference not set to an instance of an object
GraphQlClient.Core.GraphApi.HandleIntrospection () (at Assets/graphQl-client/Scripts/Core/GraphApi.cs:134) When I try to Introspect the url.
I inputted my key in the line below:
public void SetAuthToken(string auth){ authToken = "Mi_api_key";
I am getting that error, could it be because the URL I am trying to connect to requires for me to authenticate using my API key and API secret? They recommended using BasicAuth on their website.
How should I approach this?
The text was updated successfully, but these errors were encountered:
Hello, I am getting a NullReferenceException: Object reference not set to an instance of an object
GraphQlClient.Core.GraphApi.HandleIntrospection () (at Assets/graphQl-client/Scripts/Core/GraphApi.cs:134) When I try to Introspect the url.
I inputted my key in the line below:
public void SetAuthToken(string auth){ authToken = "Mi_api_key";
I am getting that error, could it be because the URL I am trying to connect to requires for me to authenticate using my API key and API secret? They recommended using BasicAuth on their website.
How should I approach this?
The text was updated successfully, but these errors were encountered: