Sha256: e1ab28b365b5cd9b01d3564a541e56acb4bf8c70ff937935ad2f5ae676ac7750

Contents?: true

Size: 383 Bytes

Versions: 25

Compression:

Stored size: 383 Bytes

Contents

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

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

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

25 entries across 25 versions & 1 rubygems

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