blob: d6fedfb98434bc9cb1753b21b1470af9dfc072c7 [file] [log] [blame]
# ====================================================================
# Copyright (c) 2019 Obeo
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Obeo - initial API and implementation
# ====================================================================
pluginName = Sirius Services - GraphQL Common
providerName = Eclipse Modeling Project
SiriusGraphQLSchemaCustomizer_name=Sirius GraphQL Schema Customizer
SiriusGraphQLPaginationDataFetcher_invalidArguments = The pagination requires either forward (first, after) or backward (last, before) pagination arguments. \
The arguments after and before can be null but must be explicitly specified.
SiriusGraphQLContext_requestTooExpensive = This request is too expensive: {0}pts ({1}pts max)