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

chore: update api schema dump

a5dc06f
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

chore: update api schema dump
a5dc06f
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Feb 21, 2025 in 0s

Everything looks good

Found 4 changes

Breaking: 0
Dangerous: 0
Safe: 4

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 notice on line 660 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 665 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 1345 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 1348 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'