Package com.apollographql.apollo3.compiler.operationoutput
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
Content copied to clipboard
This structure is also generated by other tools (iOS, cli, ...), try to keep the field names if possible.
Link copied to clipboard
OperationOutput is a map where the operationId is the key and OperationDescriptor the value
By default the operationId is a sha256 but it can be changed for custom whitelisting implementations