Sha256: 745d4dc412156ad5685f0712770450d4ab2bacd919cab8703272cd13b102a7ba

Contents?: true

Size: 374 Bytes

Versions: 2

Compression:

Stored size: 374 Bytes

Contents

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

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

<%= type[:description] %>

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

<h2>Arguments</h2>

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

<% end %>


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

<h2>Return fields</h2>

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

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql-docs-5.2.0 lib/graphql-docs/layouts/graphql_queries.html
graphql-docs-5.1.0 lib/graphql-docs/layouts/graphql_queries.html