graph-rework-2
noah metz 2023-06-28 01:44:00 -06:00
parent 7944cb694a
commit 59a9459d00
1 changed files with 1 additions and 1 deletions

@ -606,7 +606,7 @@ func GQLTypeBaseLockable() * graphql.Object {
Resolve: GQLLockableDependencies,
})
}
fmt.Printf("\n\n%+v\n\n", gql_type_base_lockable)
return gql_type_base_lockable
}