InlineFragment
Wrapper for a InlineFragmentNode.
Constructor:
Signature:
def __init__( self, type_condition: str, selections: List[Selection], directives: Directives,) -> None: ...Parameters:
-
type_condition:- Type
-
str
-
selections:- Type
-
List[Selection]
-
directives:- Type
-
Directives
Methods:
-
from_node
Signature:
def from_node(cls, info: GraphQLResolveInfo, node: GQLInlineFragmentNode) -> InlineFragment:...Parameters:
-
info:- Type
-
GraphQLResolveInfo
-
node:- Type
-
GQLInlineFragmentNode
-
Attributes:
-
type_condition:- Type
-
str
-
selections:- Type
-
List[Selection]
-
directives:- Type
-
Directives