Type alias WithTypeNameValue<T>

WithTypeNameValue<T>: {
    __directives?: undefined | string;
    __typename?: undefined | boolean;
}

Type Parameters

  • T

Type declaration

  • Optional __directives?: undefined | string
  • Optional __typename?: undefined | boolean