Sha256: adece93b0cc3193cd5193a0f2a4c69b4d6a7196f8520f96d0e386ad5c67645df

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

Stored size: 310 Bytes

Contents

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

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

<%= type[:description] %>

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

<% unless type[:arguments].empty? %>

<h2>Arguments</h2>

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

<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
graphql-docs-5.1.0 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-5.0.0 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-4.0.0 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-3.0.1 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-3.0.0 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-2.1.0 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-2.0.1 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-2.0.0 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-1.9.1 lib/graphql-docs/layouts/graphql_directives.html
graphql-docs-1.9.0 lib/graphql-docs/layouts/graphql_directives.html