module GraphQL::Define::NonNullWithBang

def !

Returns:
  • (GraphQL::NonNullType) - a non-null type which wraps the original type
def !
  to_non_null_type
end