Sha256: a5fc6d9407d60d3236ea5507bf387ad4576684772c30d27a634ba6ce25f2765e
Contents?: true
Size: 391 Bytes
Versions: 181
Compression:
Stored size: 391 Bytes
Contents
# frozen_string_literal: true module GraphQL module Define # Wrap the object in NonNullType in response to `!` # @example required Int type # !GraphQL::INT_TYPE # module NonNullWithBang # Make the type non-null # @return [GraphQL::NonNullType] a non-null type which wraps the original type def ! to_non_null_type end end end end
Version data entries
181 entries across 181 versions & 2 rubygems