codegened
This commit is contained in:
parent
4d9930a4ff
commit
251177374b
|
@ -352,8 +352,8 @@ export type QueryIsEmailUsedArgs = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type QueryLoadAuthorsByArgs = {
|
export type QueryLoadAuthorsByArgs = {
|
||||||
limit?: InputMaybe<Scalars['Int']>
|
|
||||||
by?: InputMaybe<AuthorsBy>
|
by?: InputMaybe<AuthorsBy>
|
||||||
|
limit?: InputMaybe<Scalars['Int']>
|
||||||
offset?: InputMaybe<Scalars['Int']>
|
offset?: InputMaybe<Scalars['Int']>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -363,20 +363,20 @@ export type QueryLoadChatsArgs = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type QueryLoadMessagesByArgs = {
|
export type QueryLoadMessagesByArgs = {
|
||||||
limit?: InputMaybe<Scalars['Int']>
|
|
||||||
by: MessagesBy
|
by: MessagesBy
|
||||||
|
limit?: InputMaybe<Scalars['Int']>
|
||||||
offset?: InputMaybe<Scalars['Int']>
|
offset?: InputMaybe<Scalars['Int']>
|
||||||
}
|
}
|
||||||
|
|
||||||
export type QueryLoadReactionsByArgs = {
|
export type QueryLoadReactionsByArgs = {
|
||||||
offset?: InputMaybe<Scalars['Int']>
|
|
||||||
by: ReactionBy
|
by: ReactionBy
|
||||||
limit?: InputMaybe<Scalars['Int']>
|
limit?: InputMaybe<Scalars['Int']>
|
||||||
|
offset?: InputMaybe<Scalars['Int']>
|
||||||
}
|
}
|
||||||
|
|
||||||
export type QueryLoadShoutsByArgs = {
|
export type QueryLoadShoutsByArgs = {
|
||||||
limit?: InputMaybe<Scalars['Int']>
|
|
||||||
by?: InputMaybe<ShoutsBy>
|
by?: InputMaybe<ShoutsBy>
|
||||||
|
limit?: InputMaybe<Scalars['Int']>
|
||||||
offset?: InputMaybe<Scalars['Int']>
|
offset?: InputMaybe<Scalars['Int']>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
export const isDev = import.meta.env.MODE === 'development'
|
export const isDev = import.meta.env.MODE === 'development'
|
||||||
|
|
||||||
export const apiBaseUrl = 'https://testapi.discours.io'
|
// export const apiBaseUrl = 'https://testapi.discours.io'
|
||||||
// export const apiBaseUrl = 'https://newapi.discours.io'
|
// export const apiBaseUrl = 'https://newapi.discours.io'
|
||||||
// testapi.discours.io
|
// testapi.discours.io
|
||||||
// export const apiBaseUrl = 'http://localhost:8080'
|
export const apiBaseUrl = 'http://localhost:8080'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user