graph-rework-2
noah metz 2023-06-28 01:47:45 -06:00
parent 308b23ac69
commit e75171a9c5
1 changed files with 1 additions and 1 deletions

@ -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)