BadRequestError: {
    graphqlErrors: PlainGraphQLError[];
    message: string;
    requestId?: string;
    type: "bad_request";
}

Type declaration

  • graphqlErrors: PlainGraphQLError[]
  • message: string
  • Optional requestId?: string
  • type: "bad_request"

Generated using TypeDoc