Sha256: f3f3c0efd04bdb99175d92d0fee4da0c116ed04bcb5ec341be9182eb7ae86c7f

Contents?: true

Size: 200 Bytes

Versions: 7

Compression:

Stored size: 200 Bytes

Contents

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

<%= type[:description] %>

<% unless type[:inputFields].nil? %>

<h2>Input Fields</h2>

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

<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
graphql-docs-1.0.0 lib/graphql-docs/layouts/graphql_input_objects.html
graphql-docs-1.0.0.pre5 lib/graphql-docs/layouts/graphql_input_objects.html
graphql-docs-1.0.0.pre4 lib/graphql-docs/layouts/graphql_input_objects.html
graphql-docs-1.0.0.pre3 lib/graphql-docs/layouts/graphql_input_objects.html
graphql-docs-1.0.0.pre2 lib/graphql-docs/layouts/graphql_input_objects.html
graphql-docs-1.0.0.pre1 lib/graphql-docs/layouts/graphql_input_objects.html
graphql-docs-1.0.0.pre lib/graphql-docs/layouts/graphql_input_objects.html