Sha256: 1569dea995dec3f8f6b64ea1c09b7418b2f763af409119065325465cc03dd5f1
Contents?: true
Size: 478 Bytes
Versions: 2
Compression:
Stored size: 478 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><%= markdownify.(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.pre3 | lib/graphql-docs/layouts/includes/arguments.html |
graphql-docs-1.0.0.pre2 | lib/graphql-docs/layouts/includes/arguments.html |