Alokai

SdkParams

Defines the name and value of a SDK parameter

type SdkParams = {
  __typename?: 'SDKParams'; /** The name of the SDK parameter */
  name?: Maybe<Scalars['String']['output']>; /** The value of the SDK parameter */
  value?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page