Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(BA-674): Implement Image Soft/Hard Delete APIs #3628

Open
wants to merge 14 commits into
base: topic/02-10-feat_add_status_to_image_imagenode_gql_field
Choose a base branch
from

refactor: simplify `ImageRow.is_customized_by`

c9c1f0a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

feat(BA-674): Implement Image Soft/Hard Delete APIs #3628

refactor: simplify `ImageRow.is_customized_by`
c9c1f0a
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Feb 19, 2025 in 0s

Everything looks good

Found 4 changes

Breaking: 0
Dangerous: 0
Safe: 4

Safe changes

  • Type PurgeImageById was added
  • Type PurgeImage was added
  • Field purge_image_by_id was added to object type Mutations
  • Field purge_image was added to object type Mutations

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 2472 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'PurgeImageById' was added

Type 'PurgeImageById' was added

Check notice on line 2477 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'PurgeImage' was added

Type 'PurgeImage' was added

Check notice on line 1911 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'purge_image_by_id' was added to object type 'Mutations'

Field 'purge_image_by_id' was added to object type 'Mutations'

Check notice on line 1914 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'purge_image' was added to object type 'Mutations'

Field 'purge_image' was added to object type 'Mutations'