lib/graphql-docs/helpers.rb in graphql-docs-4.0.0 vs lib/graphql-docs/helpers.rb in graphql-docs-5.0.0
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
require 'commonmarker'
+require 'ostruct'
module GraphQLDocs
module Helpers
SLUGIFY_PRETTY_REGEXP = Regexp.new("[^[:alnum:]._~!$&'()+,;=@]+").freeze