Sha256: eb515d783e3785b0d4500f62b06394997788e0d1e6a51a16a0469c8221c1d9e6

Contents?: true

Size: 325 Bytes

Versions: 9

Compression:

Stored size: 325 Bytes

Contents

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

<%= type[:description] %>

<% if !type[:input_fields].empty? %>

<h2>Input fields</h2>

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

<% end %>


<% if !type[:return_fields].empty? %>

<h2>Return fields</h2>

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

<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

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