Sha256: 5ddcbe40be0f792bc47643ce8c1ae45bd5fd3c8f9a66dbcf003977cafcaa50d6
Contents?: true
Size: 324 Bytes
Versions: 68
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true <% module_namespacing_when_supported do -%> module Types class MutationType < Types::BaseObject # TODO: remove me field :test_field, String, null: false, description: "An example field added by the generator" def test_field "Hello World" end end end <% end -%>
Version data entries
68 entries across 68 versions & 1 rubygems