ash_graphql v0.6.2 AshGraphql.Resource.Queries.List View Source

Link to this section Summary

Functions

A query to fetch a list of records

Link to this section Functions

Link to this macro

list(name, action, opts \\ [])

View Source (macro)

A query to fetch a list of records

Examples

list :list_posts, :default

Arguments

  • :name - The name to use for the query.

  • :action - The action to use for the query.