Sha256: 2af9206579c268be13443eb5aff7e50ce1eb480453b04e5ddc33b3a2af7fadef

Contents?: true

Size: 483 Bytes

Versions: 6

Compression:

Stored size: 483 Bytes

Contents

<table class="arguments">
  <thead>
    <tr>
      <th>Argument</th>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
  <% arguments.each do |argument| %>
  <tr>
    <td><code><%= argument[:name] %></code></td>
    <td>
      <code><a href="<%= base_url %>/<%= argument[:type][:path]%>"><%= argument[:type][:info] %></a></code>
    </td>
    <td>
      <p><%= markdownify.(argument[:description]) %></p>
    </td>
  </tr>
  <% end %>
  </tbody>
</table>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
graphql-docs-1.1.0 lib/graphql-docs/layouts/includes/arguments.html
graphql-docs-1.0.2 lib/graphql-docs/layouts/includes/arguments.html
graphql-docs-1.0.1 lib/graphql-docs/layouts/includes/arguments.html
graphql-docs-1.0.0 lib/graphql-docs/layouts/includes/arguments.html
graphql-docs-1.0.0.pre5 lib/graphql-docs/layouts/includes/arguments.html
graphql-docs-1.0.0.pre4 lib/graphql-docs/layouts/includes/arguments.html