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-604): Add image_node and vfolder_node fields to ComputeSession schema #2987

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Update vfolder_mounts type from VFolderMount to UUID

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

feat(BA-604): Add image_node and vfolder_node fields to ComputeSession schema #2987

Update vfolder_mounts type from VFolderMount to UUID
59c8381
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Jan 24, 2025 in 0s

Everything looks good

Found 5 changes

Breaking: 0
Dangerous: 1
Safe: 4

Dangerous changes

  • Description for argument scope_id on field Queries.compute_session_nodes changed from Added in 24.12.0. to Added in 25.2.0. Default value system queries across the entire system.

Safe changes

  • Field image_reference was added to object type KernelNode
  • Field architecture was added to object type KernelNode
  • Field image_references was added to object type ComputeSessionNode
  • Field vfolder_nodes was added to object type ComputeSessionNode

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check warning on line 176 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Description for argument 'scope_id' on field 'Queries.compute_session_nodes' changed from 'Added in 24.12.0.' to 'Added in 25.2.0. Default value `system` queries across the entire system.'

Description for argument 'scope_id' on field 'Queries.compute_session_nodes' changed from 'Added in 24.12.0.' to 'Added in 25.2.0. Default value `system` queries across the entire system.'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'image_reference' was added to object type 'KernelNode'

Field 'image_reference' was added to object type 'KernelNode'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'architecture' was added to object type 'KernelNode'

Field 'architecture' was added to object type 'KernelNode'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'image_references' was added to object type 'ComputeSessionNode'

Field 'image_references' was added to object type 'ComputeSessionNode'

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

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'vfolder_nodes' was added to object type 'ComputeSessionNode'

Field 'vfolder_nodes' was added to object type 'ComputeSessionNode'