Class PostsRuntimeWiring

java.lang.Object
com.espacogeek.geek.config.PostsRuntimeWiring
All Implemented Interfaces:
org.springframework.graphql.execution.RuntimeWiringConfigurer

@Component public class PostsRuntimeWiring extends Object implements org.springframework.graphql.execution.RuntimeWiringConfigurer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(graphql.schema.idl.RuntimeWiring.Builder builder)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.graphql.execution.RuntimeWiringConfigurer

    configure, setTypeDefinitionRegistry
  • Constructor Details

    • PostsRuntimeWiring

      public PostsRuntimeWiring()
  • Method Details

    • configure

      public void configure(@NonNull graphql.schema.idl.RuntimeWiring.Builder builder)
      Specified by:
      configure in interface org.springframework.graphql.execution.RuntimeWiringConfigurer