我使用了spring-boot和graphql-spqr。GraphQL查询和突变起作用。但是GraphiQL does前端不会在最右栏的"documentatin explorer“中显示模式。我的graphql控制器public class LiquidoGraphQLController { public LiquidoGraphQLControl
我的目标是在ruby中测试我的GraphQL模式的类型,我正在使用。module Types field :id, ID, 'Id of this Desk'custom_id, String, 'Human-readable unique identifier for this desk', null: false