Sha256: 77bbfb7ad164cda3a8061ac0eb85d41aca4ec70f280d661359aafcbc4d910bf5

Contents?: true

Size: 316 Bytes

Versions: 34

Compression:

Stored size: 316 Bytes

Contents

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

<%= type[:description] %>

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

34 entries across 34 versions & 1 rubygems

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