mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Slight diff with the introspection needed for the builds (#33711)
Slight diff of ordering when running node scripts/generate_types_from_graphql.js
This commit is contained in:
parent
8fa9c32116
commit
ee7921abe2
1 changed files with 8 additions and 8 deletions
|
@ -3091,14 +3091,6 @@
|
|||
"type": { "kind": "SCALAR", "name": "Float", "ofType": null },
|
||||
"isDeprecated": false,
|
||||
"deprecationReason": null
|
||||
},
|
||||
{
|
||||
"name": "uniquePrivateIps",
|
||||
"description": "",
|
||||
"args": [],
|
||||
"type": { "kind": "SCALAR", "name": "Float", "ofType": null },
|
||||
"isDeprecated": false,
|
||||
"deprecationReason": null
|
||||
}
|
||||
],
|
||||
"inputFields": null,
|
||||
|
@ -4238,6 +4230,14 @@
|
|||
"type": { "kind": "SCALAR", "name": "Float", "ofType": null },
|
||||
"isDeprecated": false,
|
||||
"deprecationReason": null
|
||||
},
|
||||
{
|
||||
"name": "uniquePrivateIps",
|
||||
"description": "",
|
||||
"args": [],
|
||||
"type": { "kind": "SCALAR", "name": "Float", "ofType": null },
|
||||
"isDeprecated": false,
|
||||
"deprecationReason": null
|
||||
}
|
||||
],
|
||||
"inputFields": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue