GraphQL for .NET v3.2.0 Release Notes
Release Date: 2020-12-07 // almost 4 years ago-
ISchema
now inheritsIProvideMetadata
(#2036)Formally it is a breaking change but practically clients shouldn't run into problems, as hardly anyone creates their own
ISchema
implementations preferring to inherit fromSchema
class.MISC: