Sha256: d0e91414b8b70674eb79f522cdbbac2e56f2897aff64fe678b2e21258f0a9e4d

Contents?: true

Size: 223 Bytes

Versions: 40

Compression:

Stored size: 223 Bytes

Contents

<% module_namespacing_when_supported do -%>
module Types
  module <%= type_ruby_name.split('::')[-1] %>
    include Types::BaseInterface
<% normalized_fields.each do |f| %>    <%= f.to_ruby %>
<% end %>  end
end
<% end -%>

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
graphql_cody-1.13.0 lib/generators/graphql/templates/interface.erb
graphql-1.12.24 lib/generators/graphql/templates/interface.erb
graphql-1.13.6 lib/generators/graphql/templates/interface.erb
graphql-1.13.5 lib/generators/graphql/templates/interface.erb
graphql-1.13.4 lib/generators/graphql/templates/interface.erb
graphql-1.13.3 lib/generators/graphql/templates/interface.erb
graphql-1.12.23 lib/generators/graphql/templates/interface.erb
graphql-1.13.2 lib/generators/graphql/templates/interface.erb
graphql-1.13.1 lib/generators/graphql/templates/interface.erb
graphql-1.12.22 lib/generators/graphql/templates/interface.erb
graphql-1.13.0 lib/generators/graphql/templates/interface.erb
graphql-1.12.21 lib/generators/graphql/templates/interface.erb
graphql-1.12.20 lib/generators/graphql/templates/interface.erb
graphql-1.12.19 lib/generators/graphql/templates/interface.erb
graphql-1.11.10 lib/generators/graphql/templates/interface.erb
graphql-1.12.18 lib/generators/graphql/templates/interface.erb
graphql-1.11.9 lib/generators/graphql/templates/interface.erb
graphql-1.12.17 lib/generators/graphql/templates/interface.erb
graphql-1.12.16 lib/generators/graphql/templates/interface.erb
graphql-1.12.15 lib/generators/graphql/templates/interface.erb