Class MasterGraphQuery.CreatorArguments
- java.lang.Object
-
- com.shopify.graphql.support.Arguments
-
- org.topbraidlive.client.java.graphql.platform.MasterGraphQuery.CreatorArguments
-
- Enclosing class:
- MasterGraphQuery
public class MasterGraphQuery.CreatorArguments extends Arguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MasterGraphQuery.CreatorArguments
email(String value)
MasterGraphQuery.CreatorArguments
filter(String value)
MasterGraphQuery.CreatorArguments
orderAll(Boolean value)
MasterGraphQuery.CreatorArguments
orderBy(User_FieldsEnum value)
MasterGraphQuery.CreatorArguments
orderByDesc(Boolean value)
MasterGraphQuery.CreatorArguments
orderByExpr(String value)
MasterGraphQuery.CreatorArguments
queryText(String value)
MasterGraphQuery.CreatorArguments
uri(ID value)
MasterGraphQuery.CreatorArguments
where(User_where value)
-
Methods inherited from class com.shopify.graphql.support.Arguments
end, startArgument
-
-
-
-
Method Detail
-
queryText
public MasterGraphQuery.CreatorArguments queryText(String value)
-
filter
public MasterGraphQuery.CreatorArguments filter(String value)
-
uri
public MasterGraphQuery.CreatorArguments uri(ID value)
-
orderBy
public MasterGraphQuery.CreatorArguments orderBy(User_FieldsEnum value)
-
orderByExpr
public MasterGraphQuery.CreatorArguments orderByExpr(String value)
-
orderByDesc
public MasterGraphQuery.CreatorArguments orderByDesc(Boolean value)
-
orderAll
public MasterGraphQuery.CreatorArguments orderAll(Boolean value)
-
email
public MasterGraphQuery.CreatorArguments email(String value)
-
where
public MasterGraphQuery.CreatorArguments where(User_where value)
-
-