refactor: membership => profile
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s

This commit is contained in:
2025-09-24 16:01:46 -04:00
parent b631e4c06b
commit 299213d5e9
15 changed files with 2233 additions and 1206 deletions

View File

@@ -18,8 +18,8 @@ query nodeByUri($uri: String!) {
... on Location {
...TheLocation
}
... on Membership {
...TheMembership
... on Profile {
...TheProfile
}
... on Project {
...TheProject