[FRONT COMPONENTS] Frontend component widget creation (#17653)
closes https://github.com/twentyhq/core-team-issues/issues/2182 https://github.com/user-attachments/assets/babf154c-9cda-40ff-b2e8-5053e447c35f
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import gql from 'graphql-tag';
|
||||
|
||||
export const FIND_MANY_FRONT_COMPONENTS = gql`
|
||||
query FindManyFrontComponents {
|
||||
frontComponents {
|
||||
id
|
||||
name
|
||||
applicationId
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user