legumeinfo / graphql-server

A GraphQL server that supports the Legume Information System and related biodata websites
Apache License 2.0
2 stars 3 forks source link

Renamed interfaces to FooInterface. #124

Closed sammyjava closed 9 months ago

sammyjava commented 9 months ago

I want to be able to resolve the types formerly interfaces to simplify resolution a LOT. So I renamed the interfaces to FooInterface. Foo simply implements FooInterface without any extra fields.