graph-rework-2
noah metz 2023-06-28 01:40:32 -06:00
parent 31ecc869ec
commit 524717e35e
1 changed files with 1 additions and 1 deletions

@ -209,7 +209,7 @@ func GQLInterfaceLockable() *graphql.Interface {
}) })
gql_interface_lockable.AddFieldConfig("Owner", &graphql.Field{ gql_interface_lockable.AddFieldConfig("Owner", &graphql.Field{
Type: GQLInterfaceLockable(), Type: gql_interface_lockable,
}) })
} }