Sha256: 8c935200ada9969bef88028c5cccc5bea8e29206f498f2dc189636e2688f6cfc

Contents?: true

Size: 439 Bytes

Versions: 11

Compression:

Stored size: 439 Bytes

Contents

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

<%= 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

11 entries across 11 versions & 1 rubygems

Version Path
graphql-docs-1.2.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.1.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.2 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.0 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.0.pre5 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.0.pre4 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.0.pre3 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.0.pre2 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.0.pre1 lib/graphql-docs/layouts/graphql_interfaces.html
graphql-docs-1.0.0.pre lib/graphql-docs/layouts/graphql_interfaces.html