AppEnvironmentEnqueueElasticsearchIndexInput
Input for enqueueing an Elasticsearch Index operation.
input AppEnvironmentEnqueueElasticsearchIndexInput {
blogIds: [Int!]
environmentId: Int!
id: Int!
indexables: [String!]
setup: Boolean
}
Fields
AppEnvironmentEnqueueElasticsearchIndexInput.blogIds ● [Int!] list scalar common
List of blog IDs to index, for network sites.
AppEnvironmentEnqueueElasticsearchIndexInput.environmentId ● Int! non-null scalar common
The environment ID.
AppEnvironmentEnqueueElasticsearchIndexInput.id ● Int! non-null scalar common
The application ID.
AppEnvironmentEnqueueElasticsearchIndexInput.indexables ● [String!] list scalar common
List of indexable types to index. If not provided, all indexables will be indexed.
AppEnvironmentEnqueueElasticsearchIndexInput.setup ● Boolean scalar common
Drop the index, send the new mappings to the server, and re-index the site.
Member Of
enqueueElasticsearchIndex mutation