Package 

Class GraphQLConfigurationProperties.PlaygroundConfigurationProperties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled() Boolean flag indicating whether to enabled Prisma Labs Playground GraphQL IDE
      final String getEndpoint() Prisma Labs Playground GraphQL IDE endpoint, defaults to 'playground'
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphQLConfigurationProperties.PlaygroundConfigurationProperties

        GraphQLConfigurationProperties.PlaygroundConfigurationProperties(Boolean enabled, String endpoint)
    • Method Detail

      • getEnabled

         final Boolean getEnabled()

        Boolean flag indicating whether to enabled Prisma Labs Playground GraphQL IDE

      • getEndpoint

         final String getEndpoint()

        Prisma Labs Playground GraphQL IDE endpoint, defaults to 'playground'