Uses of Class
org.junittest.forum_client_springconfiguration.GraphQLRequestMySchema
Packages that use GraphQLRequestMySchema
-
Uses of GraphQLRequestMySchema in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return GraphQLRequestMySchemaModifier and TypeMethodDescriptionQueryExecutorMySchema.get__schemaGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __schema EXECUTOR, created with the given Partial request.QueryExecutorMySchema.get__typeGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __type EXECUTOR, created with the given Partial request.MutationExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __typename EXECUTOR, created with the given Partial request.QueryExecutorMySchema.get__typenameGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the __typename EXECUTOR, created with the given Partial request.QueryExecutorMySchema.getBoardsGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the boards EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreateBoardGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the createBoard EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreateMemberGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the createMember EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreatePostGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the createPost EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreatePostsGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the createPosts EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getCreateTopicGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the createTopic EXECUTOR, created with the given Partial request.QueryExecutorMySchema.getFindTopicsGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the findTopics EXECUTOR, created with the given Partial request.MutationExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchemafor full request.QueryExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchemafor full request.SubscriptionExecutorMySchema.getGraphQLRequest(String fullRequest) Get theGraphQLRequestMySchema, to obtain a prepared full request.QueryExecutorMySchema.getNbBoardsGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the nbBoards EXECUTOR, created with the given Partial request.SubscriptionExecutorMySchema.getSubscribeToNewPostGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the subscribeToNewPost EXECUTOR, created with the given Partial request.QueryExecutorMySchema.getTopicsGraphQLRequest(String partialRequest) Get theGraphQLRequestMySchemafor the topics EXECUTOR, created with the given Partial request.