graph-rework-2
noah metz 2023-06-28 01:41:55 -06:00
parent 524717e35e
commit 7944cb694a
1 changed files with 1 additions and 1 deletions

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