| Interface | Description |
|---|---|
| IGQLAbstractCustomMethod<OUTPUT_TYPE> |
Abstract super class for custom method that will be added to GQL Schema.
|
| IGQLCustomMethod0Arg<OUTPUT_TYPE> |
Custom method that will be added to GQL Schema.
|
| IGQLCustomMethod1Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE> |
Custom method that will be added to GQL Schema.
|
| IGQLCustomMethod2Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE> |
Custom method that will be added to GQL Schema.
|
| IGQLCustomMethod3Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE> |
Custom method that will be added to GQL Schema.
|
| IGQLCustomMethod4Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE,ARGUMENT_4_TYPE> |
Custom method that will be added to GQL Schema.
|
| IGQLCustomMethod5Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE,ARGUMENT_4_TYPE,ARGUMENT_5_TYPE> |
Custom method that will be added to GQL Schema.
|
| Class | Description |
|---|---|
| GQLAbstractCustomMethod<OUTPUT_TYPE> |
Custom method that will be added to GQL Schema.
|
| GQLCustomMethod0Arg<OUTPUT_TYPE> |
Custom method that will be added to GQL Schema.
|
| GQLCustomMethod1Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE> |
Custom method that will be added to GQL Schema.
|
| GQLCustomMethod2Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE> |
Custom method that will be added to GQL Schema.
|
| GQLCustomMethod3Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE> |
Custom method that will be added to GQL Schema.
|
| GQLCustomMethod4Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE,ARGUMENT_4_TYPE> |
Custom method that will be added to GQL Schema.
|
| GQLCustomMethod5Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE,ARGUMENT_4_TYPE,ARGUMENT_5_TYPE> |
Custom method that will be added to GQL Schema.
|
Copyright © 2019. All rights reserved.