Sha256: c4b6b26cdd883bc1636c985d04884052ce2f505f62c14d4ae6ebac43003c82fe

Contents?: true

Size: 570 Bytes

Versions: 6

Compression:

Stored size: 570 Bytes

Contents

## <%= type['name'] %>

<%= type['description'] %>

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

### Implements

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

<% end %>

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

### Connections

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

<% end %>

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

### Fields

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

<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
graphql-docs-0.4.1 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-0.4.0 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-0.3.0 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-0.2.2 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-0.2.1 lib/graphql-docs/layouts/graphql_objects.html
graphql-docs-0.2.0 lib/graphql-docs/layouts/graphql_objects.html