Uses of Class
org.allGraphQLCases.client.CTP___InputValue_CTS
Packages that use CTP___InputValue_CTS
-
Uses of CTP___InputValue_CTS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CTP___InputValue_CTSMethods in org.allGraphQLCases.client that return types with arguments of type CTP___InputValue_CTSModifier and TypeMethodDescriptionCTP___Directive_CTS.getArgs()
CTP___Field_CTS.getArgs()
CTP___Type_CTS.getInputFields()
Method parameters in org.allGraphQLCases.client with type arguments of type CTP___InputValue_CTSModifier and TypeMethodDescriptionvoid
CTP___Directive_CTS.setArgs
(List<CTP___InputValue_CTS> args) void
CTP___Field_CTS.setArgs
(List<CTP___InputValue_CTS> args) void
CTP___Type_CTS.setInputFields
(List<CTP___InputValue_CTS> inputFields) CTP___Directive_CTS.Builder.withArgs
(List<CTP___InputValue_CTS> argsParam) CTP___Field_CTS.Builder.withArgs
(List<CTP___InputValue_CTS> argsParam) CTP___Type_CTS.Builder.withInputFields
(List<CTP___InputValue_CTS> inputFieldsParam)