Sha256: 45b6acbaa9d7fda74ce2990705f35e1ed7692ae0012697cd123bd80bbf12c383
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 Bytes
Contents
<table class="arguments"> <thead> <tr> <th>Argument</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <% args.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><%= markdown.(argument[:description]) %></p> </td> </tr> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
graphql-docs-1.0.0.pre1 | lib/graphql-docs/layouts/includes/arguments.html |
graphql-docs-1.0.0.pre | lib/graphql-docs/layouts/includes/arguments.html |