NewsSource
type NewsSource {
id: Int!
name: String!
}
Fields
NewsSource.id
● Int!
non-null scalar
@exposed(scopes: ['enterprise-only'])
NewsSource.name
● String!
non-null scalar
@exposed(scopes: ['enterprise-only'])
Member of
FilterSet
object