Current section
Files
Jump to
Current section
Files
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