Skip to content

Commit

Permalink
Add gql tag to software fragment on AppEnvironmentSoftwareSettingsSof…
Browse files Browse the repository at this point in the history
…tware
  • Loading branch information
ariskataoka committed May 2, 2024
1 parent c3c4192 commit 2398fbb
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions src/lib/config/software.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,28 @@ export const appQuery = `
}
}`;

export const appQueryFragments = `fragment Software on AppEnvironmentSoftwareSettingsSoftware {
export const appQueryFragments = gql`
fragment Software on AppEnvironmentSoftwareSettingsSoftware {
name
slug
pinned
current {
version
default
deprecated
unstable
compatible
latestRelease
private
version
default
deprecated
unstable
compatible
latestRelease
private
}
options {
version
default
deprecated
unstable
compatible
latestRelease
private
version
default
deprecated
unstable
compatible
latestRelease
private
}
}
`;
Expand Down

0 comments on commit 2398fbb

Please sign in to comment.