Current section

Files

Jump to
ex_shopify_schema lib ex_shopify_schema graphql fee.ex
Raw

lib/ex_shopify_schema/graphql/fee.ex

defmodule ExShopifySchema.Graphql.Fee do
@moduledoc "A additional cost, charged by the merchant, on an order. Examples include return shipping fees and restocking fees."
use ExShopifySchema.Generator.Graphql.Schema
@primary_key false
typed_embedded_schema do
loadable_field :id, ExShopifySchema.Graphql.ID, []
end
end