|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
| 3 | +exports[`id fields are renamed rowId when classicIds is enabled 1`] = ` |
| 4 | +GraphQLSchema { |
| 5 | + "__validationErrors": Array [], |
| 6 | + "_directives": Array [ |
| 7 | + "@include", |
| 8 | + "@skip", |
| 9 | + "@deprecated", |
| 10 | + "@specifiedBy", |
| 11 | + ], |
| 12 | + "_implementationsMap": Object { |
| 13 | + "Node": Object { |
| 14 | + "interfaces": Array [], |
| 15 | + "objects": Array [ |
| 16 | + "Query", |
| 17 | + "Child", |
| 18 | + "Parent", |
| 19 | + ], |
| 20 | + }, |
| 21 | + }, |
| 22 | + "_mutationType": "Mutation", |
| 23 | + "_queryType": "Query", |
| 24 | + "_subTypeMap": Object {}, |
| 25 | + "_subscriptionType": undefined, |
| 26 | + "_typeMap": Object { |
| 27 | + "Boolean": "Boolean", |
| 28 | + "Child": "Child", |
| 29 | + "ChildChildPkeyConnect": "ChildChildPkeyConnect", |
| 30 | + "ChildChildPkeyDelete": "ChildChildPkeyDelete", |
| 31 | + "ChildCondition": "ChildCondition", |
| 32 | + "ChildInput": "ChildInput", |
| 33 | + "ChildNodeIdConnect": "ChildNodeIdConnect", |
| 34 | + "ChildNodeIdDelete": "ChildNodeIdDelete", |
| 35 | + "ChildOnChildForChildParentIdFkeyNodeIdUpdate": "ChildOnChildForChildParentIdFkeyNodeIdUpdate", |
| 36 | + "ChildOnChildForChildParentIdFkeyUsingChildPkeyUpdate": "ChildOnChildForChildParentIdFkeyUsingChildPkeyUpdate", |
| 37 | + "ChildParentIdFkeyChildCreateInput": "ChildParentIdFkeyChildCreateInput", |
| 38 | + "ChildParentIdFkeyInput": "ChildParentIdFkeyInput", |
| 39 | + "ChildParentIdFkeyInverseInput": "ChildParentIdFkeyInverseInput", |
| 40 | + "ChildParentIdFkeyParentCreateInput": "ChildParentIdFkeyParentCreateInput", |
| 41 | + "ChildPatch": "ChildPatch", |
| 42 | + "ChildrenConnection": "ChildrenConnection", |
| 43 | + "ChildrenEdge": "ChildrenEdge", |
| 44 | + "ChildrenOrderBy": "ChildrenOrderBy", |
| 45 | + "CreateChildInput": "CreateChildInput", |
| 46 | + "CreateChildPayload": "CreateChildPayload", |
| 47 | + "CreateParentInput": "CreateParentInput", |
| 48 | + "CreateParentPayload": "CreateParentPayload", |
| 49 | + "Cursor": "Cursor", |
| 50 | + "DeleteChildByRowIdInput": "DeleteChildByRowIdInput", |
| 51 | + "DeleteChildInput": "DeleteChildInput", |
| 52 | + "DeleteChildPayload": "DeleteChildPayload", |
| 53 | + "DeleteParentByRowIdInput": "DeleteParentByRowIdInput", |
| 54 | + "DeleteParentInput": "DeleteParentInput", |
| 55 | + "DeleteParentPayload": "DeleteParentPayload", |
| 56 | + "ID": "ID", |
| 57 | + "Int": "Int", |
| 58 | + "Mutation": "Mutation", |
| 59 | + "Node": "Node", |
| 60 | + "PageInfo": "PageInfo", |
| 61 | + "Parent": "Parent", |
| 62 | + "ParentCondition": "ParentCondition", |
| 63 | + "ParentInput": "ParentInput", |
| 64 | + "ParentNodeIdConnect": "ParentNodeIdConnect", |
| 65 | + "ParentNodeIdDelete": "ParentNodeIdDelete", |
| 66 | + "ParentOnChildForChildParentIdFkeyNodeIdUpdate": "ParentOnChildForChildParentIdFkeyNodeIdUpdate", |
| 67 | + "ParentOnChildForChildParentIdFkeyUsingParentPkeyUpdate": "ParentOnChildForChildParentIdFkeyUsingParentPkeyUpdate", |
| 68 | + "ParentParentPkeyConnect": "ParentParentPkeyConnect", |
| 69 | + "ParentParentPkeyDelete": "ParentParentPkeyDelete", |
| 70 | + "ParentPatch": "ParentPatch", |
| 71 | + "ParentsConnection": "ParentsConnection", |
| 72 | + "ParentsEdge": "ParentsEdge", |
| 73 | + "ParentsOrderBy": "ParentsOrderBy", |
| 74 | + "Query": "Query", |
| 75 | + "String": "String", |
| 76 | + "UUID": "UUID", |
| 77 | + "UpdateChildByRowIdInput": "UpdateChildByRowIdInput", |
| 78 | + "UpdateChildInput": "UpdateChildInput", |
| 79 | + "UpdateChildPayload": "UpdateChildPayload", |
| 80 | + "UpdateParentByRowIdInput": "UpdateParentByRowIdInput", |
| 81 | + "UpdateParentInput": "UpdateParentInput", |
| 82 | + "UpdateParentPayload": "UpdateParentPayload", |
| 83 | + "__Directive": "__Directive", |
| 84 | + "__DirectiveLocation": "__DirectiveLocation", |
| 85 | + "__EnumValue": "__EnumValue", |
| 86 | + "__Field": "__Field", |
| 87 | + "__InputValue": "__InputValue", |
| 88 | + "__Schema": "__Schema", |
| 89 | + "__Type": "__Type", |
| 90 | + "__TypeKind": "__TypeKind", |
| 91 | + "updateChildOnChildForChildParentIdFkeyPatch": "updateChildOnChildForChildParentIdFkeyPatch", |
| 92 | + "updateParentOnChildForChildParentIdFkeyPatch": "updateParentOnChildForChildParentIdFkeyPatch", |
| 93 | + }, |
| 94 | + "astNode": undefined, |
| 95 | + "description": undefined, |
| 96 | + "extensionASTNodes": undefined, |
| 97 | + "extensions": undefined, |
| 98 | +} |
| 99 | +`; |
| 100 | + |
3 | 101 | exports[`simple names, plural when one-to-many, singular in reverse 1`] = `
|
4 | 102 | GraphQLSchema {
|
5 | 103 | "__validationErrors": Array [],
|
|
0 commit comments