Publisher (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| id - ID! | |
| member - Member | |
| networkId - ID! | |
| notifyImplicitSubscriptions - Boolean | |
| post - Post | |
| space - Space | |
| type - PublisherType! | 
type Publisher {
  id: ID!
  member: Member
  networkId: ID!
  notifyImplicitSubscriptions: Boolean
  post: Post
  space: Space
  type: PublisherType!
}