
graphql.nadel.hints.AllDocumentVariablesHint.kt Maven / Gradle / Ivy
package graphql.nadel.hints
import graphql.nadel.Service
fun interface AllDocumentVariablesHint {
/**
* Determines whether to use all variables for arguments in the document sent to a service
*
* @param service the service in question
* @return true to use all variables
*/
operator fun invoke(service: Service): Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy