ApolloMetadata
@JsonClass(generateAdapter = true)
Content copied to clipboard
metadata generated by a previous run of ApolloCompiler. The schema and fragments are stored as GraphQL document strings. This slightly unfortunate because that means we will parse them twice but there isn't many alternatives as validation and IR-building takes GQLDocuments as inputs. A future version could serialize GQLNode as json in order to keep the SourceLocation attributes and display better error messages
Constructors
Link copied to clipboard
fun ApolloMetadata( commonMetadata: CommonMetadata?, compilerMetadata: CompilerMetadata, moduleName: String, generateDataBuilders: Boolean)
Content copied to clipboard
Link copied to clipboard
fun ApolloMetadata( commonMetadata: CommonMetadata?, compilerMetadata: CompilerMetadata, moduleName: String)
Content copied to clipboard