QueryCmsPageArgs
type QueryCmsPageArgs = {
id?: InputMaybe<Scalars['Int']['input']>;
identifier?: InputMaybe<Scalars['String']['input']>;
};type QueryCmsPageArgs = {
id?: InputMaybe<Scalars['Int']['input']>;
identifier?: InputMaybe<Scalars['String']['input']>;
};