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
As DefaultGraphQLServerOptions is basically just the GraphQLServerOptions with all fields required we should check if we can use Required type instead, use a function to return the Required options and remove the DefaultGraphQLServerOptions class. This will most likely result in a breaking change if DefaultGraphQLServerOptions is no longer exported, thus a v5 ticket.
The text was updated successfully, but these errors were encountered:
As
DefaultGraphQLServerOptions
is basically just theGraphQLServerOptions
with all fields required we should check if we can use Required type instead, use a function to return the Required options and remove theDefaultGraphQLServerOptions
class. This will most likely result in a breaking change ifDefaultGraphQLServerOptions
is no longer exported, thus a v5 ticket.The text was updated successfully, but these errors were encountered: