@@ -2,20 +2,21 @@ graphqlSchemaObjectClass
2
2
| app/graphql/types/base_object.rb:2:3:4:5 | BaseObject |
3
3
| app/graphql/types/mutation_type.rb:2:3:4:5 | MutationType |
4
4
| app/graphql/types/post.rb:1:1:6:5 | Post |
5
- | app/graphql/types/query_type.rb:2:3:64 :5 | QueryType |
5
+ | app/graphql/types/query_type.rb:2:3:71 :5 | QueryType |
6
6
graphqlSchemaObjectFieldDefinition
7
7
| app/graphql/types/mutation_type.rb:2:3:4:5 | MutationType | app/graphql/types/mutation_type.rb:3:5:3:44 | call to field |
8
8
| app/graphql/types/post.rb:1:1:6:5 | Post | app/graphql/types/post.rb:2:5:2:24 | call to field |
9
9
| app/graphql/types/post.rb:1:1:6:5 | Post | app/graphql/types/post.rb:3:5:3:36 | call to field |
10
10
| app/graphql/types/post.rb:1:1:6:5 | Post | app/graphql/types/post.rb:4:5:4:60 | call to field |
11
11
| app/graphql/types/post.rb:1:1:6:5 | Post | app/graphql/types/post.rb:5:5:5:51 | call to field |
12
- | app/graphql/types/query_type.rb:2:3:64:5 | QueryType | app/graphql/types/query_type.rb:3:5:5:40 | call to field |
13
- | app/graphql/types/query_type.rb:2:3:64:5 | QueryType | app/graphql/types/query_type.rb:7:5:9:7 | call to field |
14
- | app/graphql/types/query_type.rb:2:3:64:5 | QueryType | app/graphql/types/query_type.rb:15:5:17:7 | call to field |
15
- | app/graphql/types/query_type.rb:2:3:64:5 | QueryType | app/graphql/types/query_type.rb:24:5:26:7 | call to field |
16
- | app/graphql/types/query_type.rb:2:3:64:5 | QueryType | app/graphql/types/query_type.rb:32:5:35:7 | call to field |
17
- | app/graphql/types/query_type.rb:2:3:64:5 | QueryType | app/graphql/types/query_type.rb:46:5:49:7 | call to field |
18
- | app/graphql/types/query_type.rb:2:3:64:5 | QueryType | app/graphql/types/query_type.rb:55:5:57:7 | call to field |
12
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:3:5:5:40 | call to field |
13
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:7:5:9:7 | call to field |
14
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:15:5:17:7 | call to field |
15
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:24:5:26:7 | call to field |
16
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:32:5:35:7 | call to field |
17
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:46:5:49:7 | call to field |
18
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:55:5:57:7 | call to field |
19
+ | app/graphql/types/query_type.rb:2:3:71:5 | QueryType | app/graphql/types/query_type.rb:65:5:67:7 | call to field |
19
20
graphqlResolveMethod
20
21
| app/graphql/mutations/dummy.rb:9:5:12:7 | resolve |
21
22
| app/graphql/resolvers/dummy_resolver.rb:10:5:13:7 | resolve |
@@ -41,24 +42,28 @@ graphqlFieldDefinitionMethodCall
41
42
| app/graphql/types/query_type.rb:32:5:35:7 | call to field |
42
43
| app/graphql/types/query_type.rb:46:5:49:7 | call to field |
43
44
| app/graphql/types/query_type.rb:55:5:57:7 | call to field |
45
+ | app/graphql/types/query_type.rb:65:5:67:7 | call to field |
44
46
graphqlFieldResolutionMethod
45
47
| app/graphql/types/query_type.rb:10:5:13:7 | with_arg |
46
48
| app/graphql/types/query_type.rb:18:5:22:7 | custom_method |
47
49
| app/graphql/types/query_type.rb:27:5:30:7 | with_splat |
48
50
| app/graphql/types/query_type.rb:36:5:40:7 | with_splat_and_named_arg |
49
51
| app/graphql/types/query_type.rb:50:5:53:7 | with_enum |
50
52
| app/graphql/types/query_type.rb:58:5:63:7 | with_nested_enum |
53
+ | app/graphql/types/query_type.rb:68:5:70:7 | with_array |
51
54
graphqlFieldResolutionRoutedParameter
52
55
| app/graphql/types/query_type.rb:10:5:13:7 | with_arg | app/graphql/types/query_type.rb:10:18:10:23 | number |
53
56
| app/graphql/types/query_type.rb:18:5:22:7 | custom_method | app/graphql/types/query_type.rb:18:23:18:33 | blah_number |
54
57
| app/graphql/types/query_type.rb:36:5:40:7 | with_splat_and_named_arg | app/graphql/types/query_type.rb:36:34:36:37 | arg1 |
58
+ | app/graphql/types/query_type.rb:68:5:70:7 | with_array | app/graphql/types/query_type.rb:68:20:68:23 | list |
55
59
graphqlFieldResolutionDefinition
56
60
| app/graphql/types/query_type.rb:10:5:13:7 | with_arg | app/graphql/types/query_type.rb:7:5:9:7 | call to field |
57
61
| app/graphql/types/query_type.rb:18:5:22:7 | custom_method | app/graphql/types/query_type.rb:15:5:17:7 | call to field |
58
62
| app/graphql/types/query_type.rb:27:5:30:7 | with_splat | app/graphql/types/query_type.rb:24:5:26:7 | call to field |
59
63
| app/graphql/types/query_type.rb:36:5:40:7 | with_splat_and_named_arg | app/graphql/types/query_type.rb:32:5:35:7 | call to field |
60
64
| app/graphql/types/query_type.rb:50:5:53:7 | with_enum | app/graphql/types/query_type.rb:46:5:49:7 | call to field |
61
65
| app/graphql/types/query_type.rb:58:5:63:7 | with_nested_enum | app/graphql/types/query_type.rb:55:5:57:7 | call to field |
66
+ | app/graphql/types/query_type.rb:68:5:70:7 | with_array | app/graphql/types/query_type.rb:65:5:67:7 | call to field |
62
67
graphqlRemoteFlowSources
63
68
| app/graphql/mutations/dummy.rb:5:24:5:25 | id |
64
69
| app/graphql/mutations/dummy.rb:9:17:9:25 | something |
@@ -72,3 +77,4 @@ graphqlRemoteFlowSources
72
77
| app/graphql/types/query_type.rb:38:22:38:32 | ...[...] |
73
78
| app/graphql/types/query_type.rb:52:22:52:32 | ...[...] |
74
79
| app/graphql/types/query_type.rb:60:22:60:41 | ...[...] |
80
+ | app/graphql/types/query_type.rb:68:20:68:23 | list |
0 commit comments