Skip to content

Commit d175fba

Browse files
authored
feat(public-api): make Target.graphqlEndpointUrl available in public API (#6843)
1 parent 04a3b8c commit d175fba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.changeset/witty-bags-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'hive': minor
3+
---
4+
5+
Make `Target.graphqlEndpointUrl` available in public GraphQL API

packages/services/api/src/modules/target/module.graphql.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,10 @@ export default gql`
268268
name: String! @deprecated(reason: "Use the 'slug' field instead.")
269269
project: Project!
270270
"""
271-
The endpoint url of the target's explorer instance.
271+
The endpoint url of the target's explorer/laboratory instance.
272+
This is the public endpoint configured in target's settings.
272273
"""
273-
graphqlEndpointUrl: String
274+
graphqlEndpointUrl: String @tag(name: "public")
274275
"""
275276
Whether a dangerous change fails a schema check and requires a manual approval.
276277
"""

0 commit comments

Comments
 (0)