aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/gqlgen.yml2
-rw-r--r--backend/graphql/generated.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/gqlgen.yml b/backend/gqlgen.yml
index cc4472d..c09e9e2 100644
--- a/backend/gqlgen.yml
+++ b/backend/gqlgen.yml
@@ -1,5 +1,5 @@
schema:
- - ../common/graphql/schema.graphql
+ - ../graphql/schema.graphql
exec:
package: graphql
diff --git a/backend/graphql/generated.go b/backend/graphql/generated.go
index 9f45445..72379bc 100644
--- a/backend/graphql/generated.go
+++ b/backend/graphql/generated.go
@@ -492,7 +492,7 @@ func (ec *executionContext) introspectType(name string) (*introspection.Type, er
}
var sources = []*ast.Source{
- {Name: "../../common/graphql/schema.graphql", Input: `scalar DateTime
+ {Name: "../../graphql/schema.graphql", Input: `scalar DateTime
"""
Represents a feed subscription in the system