new InlineFragment(typeName, selectionSet)
This constructor should not be invoked directly. Use the factory function SelectionSetBuilder#addInlineFragmentOn to create an InlineFragment.
Parameters:
Name | Type | Description |
---|---|---|
typeName |
String | The type of the fragment. |
selectionSet |
SelectionSet | The selection set on the fragment. |
- Source: