UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

20 lines (19 loc) 1 kB
export declare const CHANNEL_PREVIEW_COMMON_FRAGMENT: any; export declare const CHANNEL_PREVIEW_FRAGMENT: any; export declare const DM_PREVIEW_FRAGMENT: any; export declare const CHANNEL_MEMBER_FRAGMENT: any; export declare const CHANNEL_IDENTITY_COMMON_FRAGMENT: any; export declare const CHANNEL_IDENTITY_FRAGMENT: any; export declare const DM_IDENTITY_FRAGMENT: any; export declare const CHANNEL_MESSAGES_QUERY: any; export declare const CHANNEL_MEMBERS_QUERY: any; export declare const CHANNEL_FORM_QUERY: any; export declare const CHANNELS_SEARCH_QUERY: any; export declare const CHANNEL_CREATE_MUTATION: any; export declare const CHANNEL_DELETE_MUTATION: any; export declare const FIND_OR_CREATE_DM_MUTATION: any; export declare const CHANNEL_MEMBER_UPDATE_MUTATION: any; export declare const CHANNEL_MEMBER_DELETE_MUTATION: any; export declare const CHANNEL_MEMBER_CREATE_MUTATION: any; export declare const CHANNEL_UPDATE_MUTATION: any; export declare const USER_CHANNEL_IDENTITIES_SUB: any;