From 82ae5279b079b849d91653cc7aac13a219643f1e Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Wed, 28 Jun 2023 01:49:45 -0600 Subject: [PATCH] test --- gql_graph.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gql_graph.go b/gql_graph.go index fd4280e..734a1e0 100644 --- a/gql_graph.go +++ b/gql_graph.go @@ -555,11 +555,12 @@ func GQLTypeBaseLockable() * graphql.Object { Name: "BaseLockable", Interfaces: []*graphql.Interface{ GQLInterfaceGraphNode(), - gql_interface_lockable, + GQLInterfaceLockable(), }, IsTypeOf: func(p graphql.IsTypeOfParams) bool { ctx, ok := p.Context.Value("graph_context").(*GraphContext) if ok == false { + panic("PANIC_AT_THE_DISCO") return false }