feat: Initial GraphQL setup with remote WP schema

This commit is contained in:
2026-01-13 11:19:33 -05:00
parent a2860478a9
commit d0244eb6a3
8 changed files with 16425 additions and 70 deletions

View File

@@ -0,0 +1,6 @@
query GeneralSettings {
generalSettings {
title
description
}
}