Refactoring to use entities over sites and networks.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
const siteFragment = `
|
||||
site {
|
||||
site: entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
url
|
||||
independent
|
||||
network {
|
||||
network: parent {
|
||||
id
|
||||
name
|
||||
slug
|
||||
@@ -20,7 +19,6 @@ const sitesFragment = `
|
||||
name
|
||||
slug
|
||||
url
|
||||
independent
|
||||
network {
|
||||
id
|
||||
name
|
||||
@@ -49,7 +47,7 @@ const actorFields = `
|
||||
lazy
|
||||
}
|
||||
}
|
||||
network {
|
||||
network: entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
|
||||
Reference in New Issue
Block a user