schema.graphql
fragments.graphql
(INTERFACE)
interface IStatus {# Internal IDid: ID! # Status namename: String! }