Sha256: d6a0fd99a248d733049b7339128f9a810014503ce45043adcb136a72f1370310

Contents?: true

Size: 94 Bytes

Versions: 2

Compression:

Stored size: 94 Bytes

Contents

module GraphQL::NonNullWithBang
  def !
    GraphQL::NonNullType.new(of_type: self)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql-0.2.0 lib/graph_ql/types/non_null_with_bang.rb
graphql-0.1.0 lib/graph_ql/types/non_null_with_bang.rb