@clober/v2-sdk 0.0.1-i → 0.0.1-k

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.
@@ -37,7 +37,8 @@ const schemaAST = {
37
37
  "kind": "DirectiveDefinition",
38
38
  "description": {
39
39
  "kind": "StringValue",
40
- "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive."
40
+ "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive.",
41
+ "block": true
41
42
  },
42
43
  "name": {
43
44
  "kind": "Name",
@@ -56,7 +57,8 @@ const schemaAST = {
56
57
  "kind": "DirectiveDefinition",
57
58
  "description": {
58
59
  "kind": "StringValue",
59
- "value": "Defined a Subgraph ID for an object type"
60
+ "value": "Defined a Subgraph ID for an object type",
61
+ "block": true
60
62
  },
61
63
  "name": {
62
64
  "kind": "Name",
@@ -94,7 +96,8 @@ const schemaAST = {
94
96
  "kind": "DirectiveDefinition",
95
97
  "description": {
96
98
  "kind": "StringValue",
97
- "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API."
99
+ "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API.",
100
+ "block": true
98
101
  },
99
102
  "name": {
100
103
  "kind": "Name",