OBJECT
TransactableType
#
GraphQL Schema definition
1
type
TransactableType
{
2
id
:
ID
!
3
name
:
String
!
4
}
#
Required by
RootQuery
Root query for schema