@powerhousedao/vetra 5.0.0-staging.22 → 5.0.0-staging.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,12 +6,12 @@ export const schema = gql `
6
6
  type VetraPackageItem {
7
7
  documentId: String!
8
8
  name: String!
9
- description: String!
10
- category: String!
11
- authorName: String!
12
- authorWebsite: String!
13
- githubUrl: String!
14
- npmUrl: String!
9
+ description: String
10
+ category: String
11
+ authorName: String
12
+ authorWebsite: String
13
+ githubUrl: String
14
+ npmUrl: String
15
15
  }
16
16
 
17
17
  type Query {