Account

Queries 1

account : Account!

Retrieves the authenticated user's account information

Outputs 1

Types 2

Enums 1

Scalars 2

Channels

Queries 2

channel (input: ChannelInput!) : Channel!

Fetches a single channel using the provided ID

Arguments
Name Type Description
input ChannelInput! Query's input.
channels (input: ChannelsInput!) : [Channel!]!

Fetch all channels for the organization taking into account the current's user permissions

Arguments
Name Type Description
input ChannelsInput! Query's input.

Outputs 1

Types 17

Inputs 5

Enums 6

Scalars 1

Posts

Queries 2

post (input: PostInput!) : Post!

Fetches a post by PostID for the given organization: first and last can be set for forward pagination using Relay convention

Arguments
Name Type Description
input PostInput! Query's input.
posts (input: PostsInput!, first: Int, after: String) : PostsResults!

Fetches posts for the given organization: first and last can be set for forward pagination using Relay convention

Arguments
Name Type Description
input PostsInput! Query's input.
first Int The number of posts to return
after String The cursor of the post to start fetching from

Mutations 1

createPost (input: CreatePostInput!) : PostActionPayload!

Create post for channel

Arguments
Name Type Description
input CreatePostInput! The mutation's input

Outputs 3

Types 42

Annotation Annotation representing all the entities in the text Author Represent the author of a post or note. BlueskyPostMetadata Bluesky post metadata FacebookPostMetadata Facebook post metadata GoogleBusinessEventMetaData Metadata for a GBP post that is an event GoogleBusinessOfferMetaData Metadata for a GBP post that is an offer GoogleBusinessPostMetadata Google Business Profile post metadata @deprecated: pending proposal for specific... GoogleBusinessWhatsNewMetaData Metadata for a GBP post of type Whats new InstagramGeolocation Instagram Geolocation InstagramMetadata Instagram metadata InstagramPostMetadata Instagram post metadata InstagramStickerFields Instagram fields for reminder-based publishing. Upon the reminder for publishing... LinkAttachment Link attachment LinkedInPostMetadata LinkedIn post metadata MastodonPostMetadata Mastodon post metadata Note Note entity NotFoundError Error returned when the resource is not found PaginationPageInfo Information to aid in pagination. PinterestPostMetadata Pinterest post metadata PostActionSuccess Success response returns the full up-to-date post from after the action was perf... PostingGoal Represents a posting goal for a channel, including target, progress, and status... PostPublishingError Post publishing error PostsEdge Represent a node in the pagination result using the Connect Relay convention. PublishingTag Tag associated with a post RestProxyError Error proxied from the REST API response RetweetMetadata Information about the initial Tweet that was retweeted RetweetUserMetadata Information about the initial author of the Tweet that was retweeted StartPagePostMetadata Start Page post metadata Tag Tag entity ThreadedPost A post authored by the user which is posted to a thread. This is commonly used f... ThreadsPostMetadata Threads post metadata TiktokPostMetadata Tiktok post metadata TwitterPostMetadata Twitter post metadata UserTag User tag in the image WeeklyPostingLimit Weekly posting limit for a channel YoutubeCategory YoutubePostMetadata Youtube post metadata Asset Asset interface with common fields CommonPostMetadata Common properties for all post metadata types ThreadedPostMetadata Common properties for all posts that support threaded replies. See ThreadedPost... GoogleBusinessPostDetails GoogleBusiness Metadata details PostMetadata Post metadata union type. Contains all possible types of post metadata.

Inputs 40

AnnotationInputFacebook Annotation representing all the entities in the text AnnotationInputLinkedIn Annotation representing all the entities in the text AssetsInput Asset interface with common fields BlueskyPostMetadataInput Bluesky post metadata CreatePostInput Create post's request input. DateTimeComparator Comparator for filtering by date DocumentAssetInput Document asset FacebookPostMetadataInput Facebook post metadata GoogleBusinessEventMetaDataInput Metadata for a GBP post that is an event GoogleBusinessOfferMetaDataInput Metadata for a GBP post that is an offer GoogleBusinessPostMetadataInput Google Business Profile post metadata @deprecated: pending proposal for specific... GoogleBusinessWhatsNewMetaDataInput Metadata for a GBP post of type Whats new ImageAssetInput Image asset ImageDimensionsInput Image dimensions ImageMetadataInput Image metadata InstagramGeolocationInput Instagram Geolocation InstagramPostMetadataInput Instagram post metadata InstagramStickerFieldsInput Instagram fields for reminder-based publishing. Upon the reminder for publishing... LinkAssetInput Link attached to the post LinkAttachmentInput Link attachment LinkedInPostMetadataInput LinkedIn post metadata MastodonPostMetadataInput Mastodon post metadata PinterestPostMetadataInput Pinterest post metadata PostInput Input for the post query PostInputMetaData Metadata of the post which differs based on the social network/service PostsFiltersInput Filter to apply to the posts query PostsInput Input for the posts query PostSortInput Sort order of post results. List multiple to create tie-breaking order. RetweetMetadataInput Information about the initial Tweet that was retweeted StartPagePostMetadataInput Start Page post metadata TagComparator Comparator for filtering by tags TagInput Input type for tag information used in idea creation ThreadedPostInput A post authored by the user which is posted to a thread. This is commonly used f... ThreadsPostMetadataInput Threads post metadata TikTokPostMetadataInput TikTok post metadata TwitterPostMetadataInput Twitter post metadata UserTagInput User tag in the image VideoAssetInput Video asset VideoMetadataInput Video metadata YoutubePostMetadataInput Youtube post metadata

Enums 19

Scalars 4

Ideas

Mutations 1

createIdea (input: CreateIdeaInput!) : CreateIdeaPayload!

Create a new idea with the given content and metadata

Arguments
Name Type Description
input CreateIdeaInput! Input to create an idea

Outputs 1

Types 7

Inputs 3

Scalars 1

Organizations

Types 3

Inputs 1

Enums 1

Scalars 1

Other

Types 9

Directives 1

@oneOf

Indicates exactly one field must be supplied and this field must not be null.

Locations: INPUT_OBJECT