Skip to content

feat(graphql): expose cashoutEnabled and bridgeEnabled in globals#429

Merged
islandbitcoin merged 1 commit into
mainfrom
feat/globals-cashout-bridge-flags
Jul 4, 2026
Merged

feat(graphql): expose cashoutEnabled and bridgeEnabled in globals#429
islandbitcoin merged 1 commit into
mainfrom
feat/globals-cashout-bridge-flags

feat(graphql): expose cashoutEnabled and bridgeEnabled in globals

e3e842e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / GraphQL Inspector succeeded Jul 3, 2026 in 1s

Everything looks good

Found 4 changes

Breaking: 0
Dangerous: 0
Safe: 4

Safe changes

  • Field bridgeEnabled was added to object type Globals
  • Field Globals.bridgeEnabled has description Whether Bridge (international bank transfer) entry points
    should be shown to the user. Controlled by the instance-wide bridge feature flag.
  • Field cashoutEnabled was added to object type Globals
  • Field Globals.cashoutEnabled has description Whether cashout (settle to local bank account) entry points
    should be shown to the user. Controlled by the instance-wide cashout feature flag.

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 627 in src/graphql/public/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'bridgeEnabled' was added to object type 'Globals'

Field 'bridgeEnabled' was added to object type 'Globals'

Check notice on line 627 in src/graphql/public/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'Globals.bridgeEnabled' has description 'Whether Bridge (international bank transfer) entry points should be shown to the user. Controlled by the instance-wide bridge feature flag.'

Field 'Globals.bridgeEnabled' has description 'Whether Bridge (international bank transfer) entry points
should be shown to the user. Controlled by the instance-wide bridge feature flag.'

Check notice on line 634 in src/graphql/public/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'cashoutEnabled' was added to object type 'Globals'

Field 'cashoutEnabled' was added to object type 'Globals'

Check notice on line 634 in src/graphql/public/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'Globals.cashoutEnabled' has description 'Whether cashout (settle to local bank account) entry points should be shown to the user. Controlled by the instance-wide cashout feature flag.'

Field 'Globals.cashoutEnabled' has description 'Whether cashout (settle to local bank account) entry points
should be shown to the user. Controlled by the instance-wide cashout feature flag.'