Alokai

AttributeMetadataError

Attribute metadata retrieval error.

type AttributeMetadataError = {
  __typename?: 'AttributeMetadataError'; /** Attribute metadata retrieval error message. */
  message: Scalars['String']['output']; /** Attribute metadata retrieval error type. */
  type: AttributeMetadataErrorType;
};

Referenced Types

On this page