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)