Alokai

MutationUpdateChannelArgs

type MutationUpdateChannelArgs = {
  id: Scalars['String'];
  version: Scalars['Long'];
  actions: Array<ChannelUpdateAction>;
};

Referenced Types

On this page