fix: choose a better default delimiter

This commit is contained in:
Zach Daniel 2023-05-18 00:16:58 -04:00
parent c100d9b9f5
commit 309c35d405

View file

@ -289,7 +289,7 @@ defmodule AshGraphql.Resource do
],
primary_key_delimiter: [
type: :string,
default: "-",
default: "~",
doc:
"If a composite primary key exists, this can be set to determine delimiter used in the `id` field value."
],