Class AppliedGlobalFragment

java.lang.Object
com.graphql_java_generator.client.request.AppliedGlobalFragment

public class AppliedGlobalFragment
extends java.lang.Object
A global Fragment, when applied, has a name and may have one or more directives.
Author:
etienne-sf
  • Constructor Summary

    Constructors 
    Constructor Description
    AppliedGlobalFragment​(java.lang.String currentToken, QueryTokenizer qt)
    Creates an instance for a global fragment, that has been read in the current QueryTokenizer.
  • Method Summary

    Modifier and Type Method Description
    void appendToGraphQLRequests​(java.lang.StringBuilder sb, java.util.Map<java.lang.String,​java.lang.Object> parameters)
    Appends to the given StringBuilder this fragment usage ("...fragmentName") followed by the directive declarations, if any

    Methods inherited from class java.lang.Object

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