@apollosproject/ui-fragments
Advanced tools
Comparing version 1.4.1-alpha.27 to 1.4.1-alpha.28
{ | ||
"name": "@apollosproject/ui-fragments", | ||
"version": "1.4.1-alpha.27+2402300", | ||
"version": "1.4.1-alpha.28+a2c24ae", | ||
"homepage": "https://github.com/ApollosProject/apollos-prototype#readme", | ||
@@ -46,3 +46,3 @@ "main": "src/index.js", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"gitHead": "24023003eaa424d3fff59e3a007710dfa34c739c" | ||
"gitHead": "a2c24aee8f73dd6788e6da28a8ef0e7deb8c7481" | ||
} |
@@ -13,2 +13,25 @@ import gql from 'graphql-tag'; | ||
const PRAYER_LIST_FEATURE_FRAGMENT = gql` | ||
fragment PrayerListFeatureFragment on PrayerListFeature { | ||
id | ||
title | ||
subtitle | ||
isCard | ||
prayers { | ||
__typename | ||
id | ||
text | ||
isPrayed | ||
requestor { | ||
id | ||
nickName | ||
firstName | ||
photo { | ||
uri | ||
} | ||
} | ||
} | ||
} | ||
`; | ||
const FEED_FEATURES_FRAGMENT = gql` | ||
@@ -35,2 +58,7 @@ fragment FeedFeaturesFragment on Feature { | ||
} | ||
... on PrayerListFeature { | ||
title | ||
subtitle | ||
isCard | ||
} | ||
} | ||
@@ -216,3 +244,4 @@ `; | ||
WEBVIEW_FEATURE_FRAGMENT, | ||
PRAYER_LIST_FEATURE_FRAGMENT, | ||
RELATED_NODE_FRAGMENT, | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
19383
489