Add user interface (#549)

This commit is contained in:
Rijk van Zanten
2020-05-11 13:23:41 -04:00
committed by GitHub
parent 62ef2bb59a
commit 648c2a4e0b
4 changed files with 441 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ import InterfaceManyToOne from './many-to-one';
import InterfaceOneToMany from './one-to-many';
import InterfaceHash from './hash';
import InterfaceSlug from './slug';
import InterfaceUser from './user';
export const interfaces = [
InterfaceTextInput,
@@ -38,6 +39,7 @@ export const interfaces = [
InterfaceOneToMany,
InterfaceHash,
InterfaceSlug,
InterfaceUser,
];
export default interfaces;