lib/graphql/directive/include_directive.rb in graphql-1.13.0 vs lib/graphql/directive/include_directive.rb in graphql-1.13.1

- old
+ new

@@ -1,2 +1,2 @@ # frozen_string_literal: true -GraphQL::Directive::IncludeDirective = GraphQL::Schema::Directive::Include.graphql_definition +GraphQL::Directive::IncludeDirective = GraphQL::Schema::Directive::Include.graphql_definition(silence_deprecation_warning: true)