feat(graphql): expose cashoutEnabled and bridgeEnabled in globals#429
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
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
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
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
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.'