Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into feat/farm
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Jan 14, 2024
2 parents 47651b3 + 956ba8e commit 2b80b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/Saver-22b-godot/scripts/scenes/intro.gd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func _query_villages():
"owner",
]),
])
print(query.serialize())
var query_executor = SvrGqlClient.query('query', {}, query)
query_executor.graphql_response.connect(
func(data):
Expand Down Expand Up @@ -192,6 +193,7 @@ func _query_user_state():
]),
]),
])
print(query.serialize())
var query_executor = SvrGqlClient.query(
'query',
{
Expand Down

0 comments on commit 2b80b6b

Please sign in to comment.