Skip to content

Commit 87a46f4

Browse files
committed
Add missing store property
1 parent e715f68 commit 87a46f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/gno/store.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ defmodule Gno.Store do
5050
property host: Gno.storeEndpointHost(), type: :string, default: "localhost"
5151
property port: Gno.storeEndpointPort(), type: :integer, default: 7878
5252
property userinfo: Gno.storeEndpointUserInfo(), type: :string
53+
property default_graph_semantics_config: Gno.storeDefaultGraphSemantics(), type: :string
5354
end
5455

5556
@doc """

0 commit comments

Comments
 (0)