nitin
2026-02-03 20:39:52 +05:30
committed by GitHub
parent a1f26cda0d
commit 19b56c5d3a
7 changed files with 281 additions and 10 deletions
@@ -0,0 +1,11 @@
import gql from 'graphql-tag';
export const FIND_MANY_FRONT_COMPONENTS = gql`
query FindManyFrontComponents {
frontComponents {
id
name
applicationId
}
}
`;