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
(config) argument of .AddGraphQL() should be optional
If user passes in a configuration, AddGraphQL() should return a null object and build the config passed in
Otherwise, it should return a new builder which can be extended
The text was updated successfully, but these errors were encountered:
(config)
argument of.AddGraphQL()
should be optionalIf user passes in a configuration,
AddGraphQL()
should return a null object and build the config passed inOtherwise, it should return a new builder which can be extended
The text was updated successfully, but these errors were encountered: