agrosner
10/02/2025, 7:13 PMgraphql node package to run introspection. The introspection result is quite a bit smaller than the kotlin one (75K lines vs 100K in kotlin) due to the comments on every type and field being multiline in kotlin vs single line in node. we're migrating to native apollo kotlin introspection using gradle.
kotlin:
"""
The globally unique identifier.
"""
id: ID!
Node:
"""The globally unique identifier."""
id: ID!
is this expected? any way to direct the apollo kotlin introspection to do the same?embonnin
10/02/2025, 7:16 PMmbonnin
10/02/2025, 7:17 PMmbonnin
10/02/2025, 7:18 PM"""The globally unique
identifier."""
id: ID!mbonnin
10/02/2025, 7:18 PMmbonnin
10/02/2025, 7:19 PMmbonnin
10/02/2025, 7:23 PMgraphql-js logic is herembonnin
10/02/2025, 7:27 PMmbonnin
10/02/2025, 7:28 PMagrosner
10/03/2025, 8:33 PMagrosner
10/03/2025, 8:34 PM