Alokai

DateAttribute

type DateAttribute = Attribute & {
  __typename?: 'DateAttribute';
  value: Scalars['Date'];
  name: Scalars['String'];
};

Referenced Types

On this page