fix: ๐Ÿ› auth type

This commit is contained in:
AP 2020-05-20 21:27:23 +02:00
parent 9a1fb63641
commit 2797e6edf3

View file

@ -220,7 +220,7 @@ export type ChannelBalanceType = {
};
export type AuthType = {
type?: Maybe<Scalars['String']>;
type: Scalars['String'];
id?: Maybe<Scalars['String']>;
host?: Maybe<Scalars['String']>;
macaroon?: Maybe<Scalars['String']>;