OBJECT
ListingsModelSchema
#
GraphQL Schema definition
1
type
ListingsModelSchema
{
2
id
:
ID
!
3
name
:
String
!
4
}
#
Required by
ListingsCustomization
null