fix; markdown in faqs, makers filters for contacts

This commit is contained in:
MTG2000
2022-09-10 11:06:52 +03:00
parent c44a9ece51
commit fdab0fa0d4
9 changed files with 175 additions and 166 deletions

View File

@@ -706,6 +706,7 @@ export type Vote = {
export type WalletKey = {
__typename?: 'WalletKey';
createdAt: Scalars['Date'];
is_current: Scalars['Boolean'];
key: Scalars['String'];
name: Scalars['String'];