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