ash_graphql v0.2.1 AshGraphql.Resource View Source

This Ash resource extension adds configuration for exposing a resource in a graphql.

See graphql/1 for more information

Link to this section Summary

Link to this section Functions

Configuration for a given resource in graphql

Options

  • :type - Required. The type to use for this entity in the graphql schema

  • :fields - Required. The fields from this entity to include in the graphql

Sections