Skip to content

Commit

Permalink
fix: remove PropertyTargetDefinition#PropertyTargetDefinition again…
Browse files Browse the repository at this point in the history
… ... nothing to see here 🤣 (#926)

* WIP: schema.graphql changed - please review

* build: schema.json and schema.d.ts updated

---------

Co-authored-by: Octokit Bot <octokitbot@martynus.net>
  • Loading branch information
octokitbot and Octokit Bot authored Apr 9, 2024
1 parent 09b963e commit 6df361c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17353,8 +17353,6 @@ export type PropertyTargetDefinition = {
name: Scalars['String']['output'];
/** The values to match for */
propertyValues: Array<Scalars['String']['output']>;
/** The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified */
source?: Maybe<Scalars['String']['output']>;
};

/** A property that must match */
Expand All @@ -17363,8 +17361,6 @@ export type PropertyTargetDefinitionInput = {
name: Scalars['String']['input'];
/** The values to match for */
propertyValues: Array<Scalars['String']['input']>;
/** The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified */
source?: InputMaybe<Scalars['String']['input']>;
};

/** A user's public key. */
Expand Down
10 changes: 0 additions & 10 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -34046,11 +34046,6 @@ type PropertyTargetDefinition {
The values to match for
"""
propertyValues: [String!]!

"""
The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified
"""
source: String
}

"""
Expand All @@ -34066,11 +34061,6 @@ input PropertyTargetDefinitionInput {
The values to match for
"""
propertyValues: [String!]!

"""
The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified
"""
source: String
}

"""
Expand Down
22 changes: 0 additions & 22 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -88687,18 +88687,6 @@
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "source",
"description": "The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified",
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
Expand Down Expand Up @@ -88747,16 +88735,6 @@
}
},
"defaultValue": null
},
{
"name": "source",
"description": "The source of the property. Choose 'custom' or 'system'. Defaults to 'custom' if not specified",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
Expand Down

0 comments on commit 6df361c

Please sign in to comment.