Skip to content

Commit

Permalink
chore(types): update
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Jan 31, 2025
1 parent c634ee4 commit eee9ea6
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 0 deletions.
183 changes: 183 additions & 0 deletions graphql.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14618,6 +14618,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statusIn",
"description": "One or more Comment Statuses to limit results by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CommentStatusEnum",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": "Include comments for a specific user ID.",
Expand Down Expand Up @@ -15250,6 +15266,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statusIn",
"description": "One or more Comment Statuses to limit results by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CommentStatusEnum",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": "Include comments for a specific user ID.",
Expand Down Expand Up @@ -86141,6 +86173,18 @@
"isDeprecated": true,
"deprecationReason": "Use `EnqueuedScript.extraData` instead."
},
{
"name": "group",
"description": "The loading group to which this asset belongs.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "handle",
"description": "The handle of the enqueued asset",
Expand Down Expand Up @@ -86311,6 +86355,30 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "group",
"description": "The loading group to which this asset belongs.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "groupLocation",
"description": "The location where this script should be loaded",
"args": [],
"type": {
"kind": "ENUM",
"name": "ScriptLoadingGroupLocationEnum",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "handle",
"description": "The handle of the enqueued asset",
Expand Down Expand Up @@ -86772,6 +86840,18 @@
"isDeprecated": true,
"deprecationReason": "Use `EnqueuedScript.extraData` instead."
},
{
"name": "group",
"description": "The loading group to which this asset belongs.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "handle",
"description": "The handle of the enqueued asset",
Expand Down Expand Up @@ -92371,6 +92451,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statusIn",
"description": "One or more Comment Statuses to limit results by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CommentStatusEnum",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": "Include comments for a specific user ID.",
Expand Down Expand Up @@ -99606,6 +99702,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statusIn",
"description": "One or more Comment Statuses to limit results by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CommentStatusEnum",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": "Include comments for a specific user ID.",
Expand Down Expand Up @@ -106356,6 +106468,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statusIn",
"description": "One or more Comment Statuses to limit results by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CommentStatusEnum",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": "Include comments for a specific user ID.",
Expand Down Expand Up @@ -119805,6 +119933,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statusIn",
"description": "One or more Comment Statuses to limit results by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CommentStatusEnum",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": "Include comments for a specific user ID.",
Expand Down Expand Up @@ -129920,6 +130064,29 @@
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ScriptLoadingGroupLocationEnum",
"description": "Location in the document where the script to be loaded",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "FOOTER",
"description": "A script to be loaded in document at right before the closing `<body>` tag",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "HEADER",
"description": "A script to be loaded in document `<head>` tag",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ScriptLoadingStrategyEnum",
Expand Down Expand Up @@ -141781,6 +141948,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "statusIn",
"description": "One or more Comment Statuses to limit results by",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CommentStatusEnum",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userId",
"description": "Include comments for a specific user ID.",
Expand Down
30 changes: 30 additions & 0 deletions src/types/generated/graphql.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2204,6 +2204,8 @@ export type CommentToCommentConnectionWhereArgs = {
search?: InputMaybe<Scalars['String']['input']>;
/** Comment status to limit results by. */
status?: InputMaybe<Scalars['String']['input']>;
/** One or more Comment Statuses to limit results by */
statusIn?: InputMaybe<Array<InputMaybe<CommentStatusEnum>>>;
/** Include comments for a specific user ID. */
userId?: InputMaybe<Scalars['ID']['input']>;
};
Expand Down Expand Up @@ -2301,6 +2303,8 @@ export type CommentToParentCommentConnectionWhereArgs = {
search?: InputMaybe<Scalars['String']['input']>;
/** Comment status to limit results by. */
status?: InputMaybe<Scalars['String']['input']>;
/** One or more Comment Statuses to limit results by */
statusIn?: InputMaybe<Array<InputMaybe<CommentStatusEnum>>>;
/** Include comments for a specific user ID. */
userId?: InputMaybe<Scalars['ID']['input']>;
};
Expand Down Expand Up @@ -10339,6 +10343,8 @@ export type EnqueuedAsset = {
* @deprecated Use `EnqueuedScript.extraData` instead.
*/
extra?: Maybe<Scalars['String']['output']>;
/** The loading group to which this asset belongs. */
group?: Maybe<Scalars['Int']['output']>;
/** The handle of the enqueued asset */
handle?: Maybe<Scalars['String']['output']>;
/** The ID of the enqueued asset */
Expand Down Expand Up @@ -10372,6 +10378,10 @@ export type EnqueuedScript = EnqueuedAsset & Node & {
extra?: Maybe<Scalars['String']['output']>;
/** Extra data supplied to the enqueued script */
extraData?: Maybe<Scalars['String']['output']>;
/** The loading group to which this asset belongs. */
group?: Maybe<Scalars['Int']['output']>;
/** The location where this script should be loaded */
groupLocation?: Maybe<ScriptLoadingGroupLocationEnum>;
/** The handle of the enqueued asset */
handle?: Maybe<Scalars['String']['output']>;
/** The global ID of the enqueued script */
Expand Down Expand Up @@ -10438,6 +10448,8 @@ export type EnqueuedStylesheet = EnqueuedAsset & Node & {
* @deprecated Use `EnqueuedScript.extraData` instead.
*/
extra?: Maybe<Scalars['String']['output']>;
/** The loading group to which this asset belongs. */
group?: Maybe<Scalars['Int']['output']>;
/** The handle of the enqueued asset */
handle?: Maybe<Scalars['String']['output']>;
/** The global ID of the enqueued stylesheet */
Expand Down Expand Up @@ -11345,6 +11357,8 @@ export type MediaItemToCommentConnectionWhereArgs = {
search?: InputMaybe<Scalars['String']['input']>;
/** Comment status to limit results by. */
status?: InputMaybe<Scalars['String']['input']>;
/** One or more Comment Statuses to limit results by */
statusIn?: InputMaybe<Array<InputMaybe<CommentStatusEnum>>>;
/** Include comments for a specific user ID. */
userId?: InputMaybe<Scalars['ID']['input']>;
};
Expand Down Expand Up @@ -12504,6 +12518,8 @@ export type PageToCommentConnectionWhereArgs = {
search?: InputMaybe<Scalars['String']['input']>;
/** Comment status to limit results by. */
status?: InputMaybe<Scalars['String']['input']>;
/** One or more Comment Statuses to limit results by */
statusIn?: InputMaybe<Array<InputMaybe<CommentStatusEnum>>>;
/** Include comments for a specific user ID. */
userId?: InputMaybe<Scalars['ID']['input']>;
};
Expand Down Expand Up @@ -13611,6 +13627,8 @@ export type PostToCommentConnectionWhereArgs = {
search?: InputMaybe<Scalars['String']['input']>;
/** Comment status to limit results by. */
status?: InputMaybe<Scalars['String']['input']>;
/** One or more Comment Statuses to limit results by */
statusIn?: InputMaybe<Array<InputMaybe<CommentStatusEnum>>>;
/** Include comments for a specific user ID. */
userId?: InputMaybe<Scalars['ID']['input']>;
};
Expand Down Expand Up @@ -16009,6 +16027,8 @@ export type RootQueryToCommentConnectionWhereArgs = {
search?: InputMaybe<Scalars['String']['input']>;
/** Comment status to limit results by. */
status?: InputMaybe<Scalars['String']['input']>;
/** One or more Comment Statuses to limit results by */
statusIn?: InputMaybe<Array<InputMaybe<CommentStatusEnum>>>;
/** Include comments for a specific user ID. */
userId?: InputMaybe<Scalars['ID']['input']>;
};
Expand Down Expand Up @@ -17516,6 +17536,14 @@ export type SafeSvgSvgIconBlockAttributes = {
type: Scalars['String']['output'];
};

/** Location in the document where the script to be loaded */
export enum ScriptLoadingGroupLocationEnum {
/** A script to be loaded in document at right before the closing `<body>` tag */
Footer = 'FOOTER',
/** A script to be loaded in document `<head>` tag */
Header = 'HEADER'
}

/** The strategy to use when loading the script */
export enum ScriptLoadingStrategyEnum {
/** Use the script `async` attribute */
Expand Down Expand Up @@ -19458,6 +19486,8 @@ export type UserToCommentConnectionWhereArgs = {
search?: InputMaybe<Scalars['String']['input']>;
/** Comment status to limit results by. */
status?: InputMaybe<Scalars['String']['input']>;
/** One or more Comment Statuses to limit results by */
statusIn?: InputMaybe<Array<InputMaybe<CommentStatusEnum>>>;
/** Include comments for a specific user ID. */
userId?: InputMaybe<Scalars['ID']['input']>;
};
Expand Down

0 comments on commit eee9ea6

Please sign in to comment.