Current section

Files

Jump to
ex_shopify_schema lib ex_shopify_schema graphql seo.ex
Raw

lib/ex_shopify_schema/graphql/seo.ex

defmodule ExShopifySchema.Graphql.SEO do
@moduledoc "SEO information."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :description, ExShopifySchema.Graphql.String, []
loadable_field :title, ExShopifySchema.Graphql.String, []
end
end