pub const QUERY: &str = "query ComponentByComponentKeyQuery($componentId: String!) {\n componentByComponentKey(componentId: $componentId) {\n __typename\n componentId\n }\n}\n";