From e75171a9c52ca652c17b7d19d79d3a03e557ae06 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Wed, 28 Jun 2023 01:47:45 -0600 Subject: [PATCH] test --- gql_graph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gql_graph.go b/gql_graph.go index 28056b2..fd4280e 100644 --- a/gql_graph.go +++ b/gql_graph.go @@ -555,7 +555,7 @@ func GQLTypeBaseLockable() * graphql.Object { Name: "BaseLockable", Interfaces: []*graphql.Interface{ GQLInterfaceGraphNode(), - GQLInterfaceLockable(), + gql_interface_lockable, }, IsTypeOf: func(p graphql.IsTypeOfParams) bool { ctx, ok := p.Context.Value("graph_context").(*GraphContext)