Sha256: 9c0d9782f72dd5525ddb090a8be9e7bb46071e5bc6857b8ad2efb5853997d5e4

Contents?: true

Size: 247 Bytes

Versions: 108

Compression:

Stored size: 247 Bytes

Contents

# frozen_string_literal: true

<% module_namespacing_when_supported do -%>
module Types
  module <%= ruby_class_name %>
    include Types::BaseInterface
<% normalized_fields.each do |f| %>    <%= f.to_object_field %>
<% end %>  end
end
<% end -%>

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
graphql-2.4.9 lib/generators/graphql/templates/interface.erb
graphql-2.4.8 lib/generators/graphql/templates/interface.erb
graphql-2.4.7 lib/generators/graphql/templates/interface.erb
graphql-2.4.6 lib/generators/graphql/templates/interface.erb
graphql-2.4.5 lib/generators/graphql/templates/interface.erb
graphql-2.4.4 lib/generators/graphql/templates/interface.erb
graphql-2.4.3 lib/generators/graphql/templates/interface.erb
graphql-2.4.2 lib/generators/graphql/templates/interface.erb
graphql-2.4.1 lib/generators/graphql/templates/interface.erb
graphql-2.4.0 lib/generators/graphql/templates/interface.erb
graphql-2.3.20 lib/generators/graphql/templates/interface.erb
graphql-2.3.19 lib/generators/graphql/templates/interface.erb
graphql-2.3.18 lib/generators/graphql/templates/interface.erb
graphql-2.3.17 lib/generators/graphql/templates/interface.erb
graphql-2.3.16 lib/generators/graphql/templates/interface.erb
graphql-2.3.15 lib/generators/graphql/templates/interface.erb
graphql-2.3.14 lib/generators/graphql/templates/interface.erb
graphql-2.3.13 lib/generators/graphql/templates/interface.erb
graphql-2.3.12 lib/generators/graphql/templates/interface.erb
graphql-2.3.11 lib/generators/graphql/templates/interface.erb