Sha256: 519e90c2661f8f94e8245a7ee9efb3ebc4852c0e24ba3b09f1e0756bba2c9a5a

Contents?: true

Size: 497 Bytes

Versions: 25

Compression:

Stored size: 497 Bytes

Contents

<h1><%= type[:name] %></h1>

<%= include.('notices.html', notices: type[:notices]) %>

<%= type[:description] %>

<% unless type[:implemented_by].empty? %>

<h2>Implemented by</h2>

<ul>
  <% type[:implemented_by].each do |implementor| %>
    <li><code><a href="<%= base_url %>/object/<%= slugify.(implementor) %>"><%= implementor %></a></code></li>
  <% end %>
</ul>

<% end %>

<% unless type[:fields].empty? %>

<h2>Fields</h2>

<%= include.('fields.html', fields: type[:fields]) %>

<% end %>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
graphql-docs-5.2.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-5.1.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-5.0.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-4.0.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-3.0.1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-3.0.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-2.1.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-2.0.1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-2.0.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.9.1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.9.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.8.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.7.1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.7.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.6.1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.6.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.5.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.4.1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.4.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.3.5 lib/graphql-docs/layouts/graphql_interfaces.html