Sha256: 0e65647804bbd897824deca132a3dea47b469b7dca2f57c96720bf2bcb301690

Contents?: true

Size: 240 Bytes

Versions: 103

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

<% module_namespacing_when_supported do -%>
module Types
  class <%= ruby_class_name %> < Types::BaseInputObject
<% normalized_fields.each do |f| %>    <%= f.to_input_argument %>
<% end %>  end
end
<% end -%>

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
graphql-2.4.4 lib/generators/graphql/templates/input.erb
graphql-2.4.3 lib/generators/graphql/templates/input.erb
graphql-2.4.2 lib/generators/graphql/templates/input.erb
graphql-2.4.1 lib/generators/graphql/templates/input.erb
graphql-2.4.0 lib/generators/graphql/templates/input.erb
graphql-2.3.20 lib/generators/graphql/templates/input.erb
graphql-2.3.19 lib/generators/graphql/templates/input.erb
graphql-2.3.18 lib/generators/graphql/templates/input.erb
graphql-2.3.17 lib/generators/graphql/templates/input.erb
graphql-2.3.16 lib/generators/graphql/templates/input.erb
graphql-2.3.15 lib/generators/graphql/templates/input.erb
graphql-2.3.14 lib/generators/graphql/templates/input.erb
graphql-2.3.13 lib/generators/graphql/templates/input.erb
graphql-2.3.12 lib/generators/graphql/templates/input.erb
graphql-2.3.11 lib/generators/graphql/templates/input.erb
graphql-2.3.10 lib/generators/graphql/templates/input.erb
graphql-2.2.16 lib/generators/graphql/templates/input.erb
graphql-2.1.13 lib/generators/graphql/templates/input.erb
graphql-2.3.9 lib/generators/graphql/templates/input.erb
graphql-2.3.8 lib/generators/graphql/templates/input.erb