Add more gql logging

graph-rework-2
noah metz 2023-06-28 01:32:37 -06:00
parent 65c653b896
commit 43dd555801
1 changed files with 1 additions and 0 deletions

@ -181,6 +181,7 @@ func GQLInterfaceLockable() *graphql.Interface {
if p_type.Implements(*lockable_type) { if p_type.Implements(*lockable_type) {
return GQLTypeBaseLockable() return GQLTypeBaseLockable()
} }
ctx.Log.Logf("gql", "LOCKABLE_RESOLVE_DEFAULT")
return nil return nil
}, },
Fields: graphql.Fields{}, Fields: graphql.Fields{},