Sha256: 003a76ce734d7baf6c899f7fae3e60ae191dc3d9ae8f9af8718e87194f8bc7fc

Contents?: true

Size: 567 Bytes

Versions: 11

Compression:

Stored size: 567 Bytes

Contents

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

<%= type[:description] %>

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

<h2>Implements</h2>

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

<% end %>

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

<h2>Connections</h2>

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

<% 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_objects.html
graphql-docs-1.1.0 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.2 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.1 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.0 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.0.pre5 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.0.pre4 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.0.pre3 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.0.pre2 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.0.pre1 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-1.0.0.pre lib/graphql-docs/layouts/graphql_objects.html